diff options
Diffstat (limited to 'ingen/GraphObject.hpp')
-rw-r--r-- | ingen/GraphObject.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/GraphObject.hpp b/ingen/GraphObject.hpp index cfc98e04..b2165972 100644 --- a/ingen/GraphObject.hpp +++ b/ingen/GraphObject.hpp @@ -33,7 +33,7 @@ namespace Ingen { * * Purely virtual (except for the destructor). * - * \ingroup interface + * @ingroup Ingen */ class GraphObject : public Raul::Deletable , public virtual Resource |