Parcourir la source

Fix doxygen markup

Doxygen for some reason dropped the whole file

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac469@4153 e5f2f494-b856-4b98-b285-d166d9295462
Michal Vaner il y a 14 ans
Parent
commit
30e01f3058
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 3 2
      src/lib/datasrc/rbtree.h

+ 3 - 2
src/lib/datasrc/rbtree.h

@@ -113,8 +113,9 @@ public:
     /// public, but this is needed because of shared pointers need access
     /// to the destructor.
     ///
-    /// You should never call \code delete pointer_to_node; \endcode, the
-    /// RBTree handles both creation and destructoion of nodes.
+    /// You should never call anything like:
+    /// \code delete pointer_to_node; \endcode
+    /// The RBTree handles both creation and destructoion of nodes.
     ~RBNode();
 
     /// \name Getter functions.