diff options
author | David Robillard <d@drobilla.net> | 2012-05-11 06:05:58 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-05-11 06:05:58 +0000 |
commit | e5b2164c84d0928ce0765386095064fd946744c2 (patch) | |
tree | 861ad727d953b66f42652da17e607614a3ab7613 /ingen/shared/Module.hpp | |
parent | e684838068b6f8b37fe130195cdeb3a0f3b17ffd (diff) | |
download | ingen-e5b2164c84d0928ce0765386095064fd946744c2.tar.gz ingen-e5b2164c84d0928ce0765386095064fd946744c2.tar.bz2 ingen-e5b2164c84d0928ce0765386095064fd946744c2.zip |
Generate API documentation.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4352 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ingen/shared/Module.hpp')
-rw-r--r-- | ingen/shared/Module.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ingen/shared/Module.hpp b/ingen/shared/Module.hpp index 73759786..1552a225 100644 --- a/ingen/shared/Module.hpp +++ b/ingen/shared/Module.hpp @@ -29,6 +29,7 @@ class World; /** A dynamically loaded Ingen module. * * All components of Ingen reside in one of these. + * @ingroup IngenShared */ struct Module { virtual ~Module(); |