summaryrefslogtreecommitdiffstats
path: root/ingen/client/ObjectModel.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-05-11 06:05:58 +0000
committerDavid Robillard <d@drobilla.net>2012-05-11 06:05:58 +0000
commite5b2164c84d0928ce0765386095064fd946744c2 (patch)
tree861ad727d953b66f42652da17e607614a3ab7613 /ingen/client/ObjectModel.hpp
parente684838068b6f8b37fe130195cdeb3a0f3b17ffd (diff)
downloadingen-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/client/ObjectModel.hpp')
-rw-r--r--ingen/client/ObjectModel.hpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/ingen/client/ObjectModel.hpp b/ingen/client/ObjectModel.hpp
index 9bddf4f8..1faf2e25 100644
--- a/ingen/client/ObjectModel.hpp
+++ b/ingen/client/ObjectModel.hpp
@@ -14,6 +14,10 @@
along with Ingen. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ @defgroup IngenClient Client-Side Models and Utilities
+*/
+
#ifndef INGEN_CLIENT_OBJECTMODEL_HPP
#define INGEN_CLIENT_OBJECTMODEL_HPP
@@ -46,7 +50,7 @@ class ClientStore;
* well, it reduces Collection Hell) and wait for the result (as a signal
* from this Model).
*
- * \ingroup IngenClient
+ * @ingroup IngenClient
*/
class ObjectModel : virtual public GraphObject
, public Ingen::Shared::ResourceImpl