[svn] commit: r4153 - /branches/trac469/src/lib/datasrc/rbtree.h

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Jan 4 16:22:29 UTC 2011


Author: vorner
Date: Tue Jan  4 16:22:28 2011
New Revision: 4153

Log:
Fix doxygen markup

Doxygen for some reason dropped the whole file

Modified:
    branches/trac469/src/lib/datasrc/rbtree.h

Modified: branches/trac469/src/lib/datasrc/rbtree.h
==============================================================================
--- branches/trac469/src/lib/datasrc/rbtree.h (original)
+++ branches/trac469/src/lib/datasrc/rbtree.h Tue Jan  4 16:22:28 2011
@@ -113,8 +113,9 @@
     /// 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.




More information about the bind10-changes mailing list