generate tag file, docu updates
[libt2n] / src / command_server.hxx
index 3c00262..c86b285 100644 (file)
@@ -50,6 +50,7 @@ template<class T, class B> struct Derived_from {
         Derived_from() { void(*p)(T*) = constraints; }
 };
 
+/// server handling group of incoming commands
 template<class COMMAND_GROUP>
 class group_command_server : public command_server
 {