From: g0dil Date: Mon, 28 Apr 2008 15:17:52 +0000 (+0000) Subject: Console: Documentation fixes X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=f9d24df84e9dd01127ebeabef977a22e379cb41d;p=senf.git Console: Documentation fixes git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@824 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/Console/Example.dox b/Console/Example.dox index be71f69..9481834 100644 --- a/Console/Example.dox +++ b/Console/Example.dox @@ -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 diff --git a/Console/Mainpage.dox b/Console/Mainpage.dox index 8226247..1b7da14 100644 --- a/Console/Mainpage.dox +++ b/Console/Mainpage.dox @@ -637,8 +637,9 @@ \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 { diff --git a/Console/Server.hh b/Console/Server.hh index 2206172..abc70b7 100644 --- a/Console/Server.hh +++ b/Console/Server.hh @@ -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,