Browse Source

[jreed-doxygen] add an anchor for existing references to fix warnings.

The callback was referenced twice. I added an anchor for that
since it doesn't exist.

I also added another reference for it.

But this documentation is not getting generated. I still
need to track down why it is missing.
Jeremy C. Reed 13 years ago
parent
commit
27a209e248
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/lib/datasrc/rbtree.h

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

@@ -226,7 +226,8 @@ public:
 private:
 private:
     /// \name Callback related methods
     /// \name Callback related methods
     ///
     ///
-    /// See the description of \c RBTree<T>::find() about callbacks.
+    /// See the description of \c RBTree<T>::find() at \ref callback
+    /// about callbacks.
     ///
     ///
     /// These methods never throw an exception.
     /// These methods never throw an exception.
     //@{
     //@{
@@ -702,6 +703,7 @@ public:
     }
     }
 
 
     /// \brief Find with callback and node chain.
     /// \brief Find with callback and node chain.
+    /// \anchor callback
     ///
     ///
     /// This version of \c find() is specifically designed for the backend
     /// This version of \c find() is specifically designed for the backend
     /// of the \c MemoryZone class, and implements all necessary features
     /// of the \c MemoryZone class, and implements all necessary features