summaryrefslogtreecommitdiffstats
path: root/src/common/interface/EngineInterface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/interface/EngineInterface.hpp')
-rw-r--r--src/common/interface/EngineInterface.hpp2
1 files changed, 2 insertions, 0 deletions
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
{