From 91031b8f5a4bf86b39e4c4a02412a16e247f8b15 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 7 Oct 2007 17:34:19 +0000 Subject: Start building a common (client/server) abstract interface for graph objects. git-svn-id: http://svn.drobilla.net/lad/ingen@834 a436a847-0d15-0410-975c-d299462d15a1 --- src/common/interface/EngineInterface.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common/interface/EngineInterface.hpp') diff --git a/src/common/interface/EngineInterface.hpp b/src/common/interface/EngineInterface.hpp index b3827a74..46359972 100644 --- a/src/common/interface/EngineInterface.hpp +++ b/src/common/interface/EngineInterface.hpp @@ -33,6 +33,8 @@ namespace Shared { /** The (only) interface clients use to communicate with the engine. * * Purely virtual (except for the destructor). + * + * \ingroup interface */ class EngineInterface { -- cgit v1.2.1