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/Node.hpp | |
parent | 13cc88d9068ba025acaa923b7a5d410880d9063a (diff) | |
download | ingen-c16ad68648812a8c4eb90e8666764959b166ac13.tar.gz ingen-c16ad68648812a8c4eb90e8666764959b166ac13.tar.bz2 ingen-c16ad68648812a8c4eb90e8666764959b166ac13.zip |
Improve documentation
Diffstat (limited to 'ingen/Node.hpp')
-rw-r--r-- | ingen/Node.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/Node.hpp b/ingen/Node.hpp index d6253cc4..72c0b3cb 100644 --- a/ingen/Node.hpp +++ b/ingen/Node.hpp @@ -34,7 +34,7 @@ namespace Ingen { class Arc; class Store; -/** An object on the audio graph. +/** A node in the audio graph. * * The key property of nodes is that all nodes have a path and a symbol, as * well as a URI. |