From c16ad68648812a8c4eb90e8666764959b166ac13 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 14 Oct 2016 14:32:24 -0400 Subject: Improve documentation --- ingen/Resource.hpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ingen/Resource.hpp') 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 -- cgit v1.2.1