summaryrefslogtreecommitdiffstats
path: root/ingen/Interface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Interface.hpp')
-rw-r--r--ingen/Interface.hpp6
1 files changed, 5 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
*/
+/**
+ @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
{