summaryrefslogtreecommitdiffstats
path: root/src/common/interface
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/interface')
-rw-r--r--src/common/interface/ClientInterface.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/interface/ClientInterface.hpp b/src/common/interface/ClientInterface.hpp
index b5fd7667..1a480e3b 100644
--- a/src/common/interface/ClientInterface.hpp
+++ b/src/common/interface/ClientInterface.hpp
@@ -32,6 +32,8 @@ class EngineInterface;
/** The (only) interface the engine uses to communicate with clients.
*
* Purely virtual (except for the destructor).
+ *
+ * \ingroup interface
*/
class ClientInterface
{