X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Console%2FMainpage.dox;h=1b7da140fdd4e93565116f5e1cf23f70f5671d00;hb=ca70e274a556bf217f3f4c7b12e0fad2a7cd4853;hp=822624795e8715ac73cd57f47fdc1fe0c609df9b;hpb=9cda1b12a3e68538ea8157ca96810f0423123a70;p=senf.git 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 {