Console: Documentation fixes
g0dil [Mon, 28 Apr 2008 15:17:52 +0000 (15:17 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@824 270642c3-0616-0410-b53a-bc976706d245

Console/Example.dox
Console/Mainpage.dox
Console/Server.hh

index be71f69..9481834 100644 (file)
@@ -65,7 +65,6 @@
     the scheduler). Throwing a senf::console::Executor::ExitException is like entering the \c exit
     built-in command at the console.
     
-    \until network
     \until Example
 
     The \c main routine enables more verbose console logging and adds some directories and callbacks
index 8226247..1b7da14 100644 (file)
         
     \section console_memberfn Member functions
     
-    Member functions are supported like non-member functions. They must however be added through a
-    senf::console::ScopedDirectory instance to bind them to their instance.
+    Non-static member functions are supported like non-member functions (static member functions are
+    identical to non-members). They must however be added through a senf::console::ScopedDirectory
+    instance to bind them to their instance.
     \code
     class Test1
     {
index 2206172..abc70b7 100644 (file)
@@ -113,9 +113,6 @@ namespace console {
         Whenever a new client connects, a new instance of this class is created. This class shows a
         command prompt, receives the commands, parses them and then passes (using a CommandParser)
         and passes the commands to an Executor instance.
-
-        \fixme Fix Client::clientData implementation
-        \fixme Don't register a new ReadHelper every round
      */
     class Client
         : public senf::intrusive_refcount,