minor documentation fix.
tho [Fri, 12 Dec 2008 14:35:45 +0000 (14:35 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1017 270642c3-0616-0410-b53a-bc976706d245

Scheduler/Console/Node.hh

index a9f07ef..137c8b0 100644 (file)
@@ -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