summaryrefslogtreecommitdiffstats
path: root/ingen/Resource.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-10-14 14:32:24 -0400
committerDavid Robillard <d@drobilla.net>2016-10-14 16:27:16 -0400
commitc16ad68648812a8c4eb90e8666764959b166ac13 (patch)
treef88ed10797020257096531f44dc91036795175b5 /ingen/Resource.hpp
parent13cc88d9068ba025acaa923b7a5d410880d9063a (diff)
downloadingen-c16ad68648812a8c4eb90e8666764959b166ac13.tar.gz
ingen-c16ad68648812a8c4eb90e8666764959b166ac13.tar.bz2
ingen-c16ad68648812a8c4eb90e8666764959b166ac13.zip
Improve documentation
Diffstat (limited to 'ingen/Resource.hpp')
-rw-r--r--ingen/Resource.hpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/ingen/Resource.hpp b/ingen/Resource.hpp
index 604428ce..39452522 100644
--- a/ingen/Resource.hpp
+++ b/ingen/Resource.hpp
@@ -28,7 +28,11 @@
namespace Ingen {
-/** An object with a URI described by properties.
+/** A resource with a URI described by properties.
+ *
+ * This is the base class for most things in Ingen, including graphs, blocks,
+ * ports, and the engine itself.
+ *
* @ingroup Ingen
*/
class INGEN_API Resource : public Raul::Deletable