From: tho Date: Fri, 12 Dec 2008 14:35:45 +0000 (+0000) Subject: minor documentation fix. X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=be2850abbb7e1b46acd20c36adb99816ffc9c189;p=senf.git minor documentation fix. git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1017 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/Scheduler/Console/Node.hh b/Scheduler/Console/Node.hh index a9f07ef..137c8b0 100644 --- a/Scheduler/Console/Node.hh +++ b/Scheduler/Console/Node.hh @@ -288,11 +288,11 @@ namespace console { node. */ bool operator== (GenericNode & other) const; - /// \c true, if this and \a other are the same node + ///< \c true, if this and \a other are the same node bool operator!= (GenericNode & other) const; - /// \c true, if this and \a other are different nodes + ///< \c true, if this and \a other are different nodes - bool isDirectory() const; ///< \c true, if this is a drectory node + bool isDirectory() const; ///< \c true, if this is a directory node bool isLink() const; ///< \c true, if this is a link node bool isCommand() const; ///< \c true, if this is a command node