From e5b2164c84d0928ce0765386095064fd946744c2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 11 May 2012 06:05:58 +0000 Subject: Generate API documentation. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4352 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/Interface.hpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ingen/Interface.hpp') diff --git a/ingen/Interface.hpp b/ingen/Interface.hpp index 81a4100d..94faeab9 100644 --- a/ingen/Interface.hpp +++ b/ingen/Interface.hpp @@ -14,6 +14,10 @@ along with Ingen. If not, see . */ +/** + @defgroup Ingen Core Interfaces +*/ + #ifndef INGEN_INTERFACE_HPP #define INGEN_INTERFACE_HPP @@ -34,7 +38,7 @@ namespace Ingen { /** Abstract interface common to both engine and clients. * Purely virtual (except for the destructor). * - * \ingroup interface + * @ingroup Ingen */ class Interface { -- cgit v1.2.1