diff options
author | David Robillard <d@drobilla.net> | 2016-10-14 14:32:24 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-10-14 16:27:16 -0400 |
commit | c16ad68648812a8c4eb90e8666764959b166ac13 (patch) | |
tree | f88ed10797020257096531f44dc91036795175b5 /ingen/EngineBase.hpp | |
parent | 13cc88d9068ba025acaa923b7a5d410880d9063a (diff) | |
download | ingen-c16ad68648812a8c4eb90e8666764959b166ac13.tar.gz ingen-c16ad68648812a8c4eb90e8666764959b166ac13.tar.bz2 ingen-c16ad68648812a8c4eb90e8666764959b166ac13.zip |
Improve documentation
Diffstat (limited to 'ingen/EngineBase.hpp')
-rw-r--r-- | ingen/EngineBase.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/EngineBase.hpp b/ingen/EngineBase.hpp index 7ba4467a..087189e4 100644 --- a/ingen/EngineBase.hpp +++ b/ingen/EngineBase.hpp @@ -28,7 +28,7 @@ namespace Ingen { class Interface; /** - The engine which executes the process graph. + The audio engine which executes the graph. @ingroup Ingen */ |