Browse Source

fix trivial comment issue

hanfeng 14 years ago
parent
commit
6fb3a7ca7f
1 changed files with 1 additions and 5 deletions
  1. 1 5
      src/lib/datasrc/rbtree.h

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

@@ -540,8 +540,7 @@ public:
         }
         return (ret);
     }
-
-
+    //@}
     /// \brief return the next node which is bigger than node
     ///
     /// Each node in the tree has down pointer pointing to its subdomains,
@@ -562,9 +561,6 @@ public:
     const RBNode<T>* nextNode(const RBNode<T>* node,
                               NodeChain<T>& node_path) const;
 
-
-    //@}
-
     /// \brief Get the total number of nodes in the tree
     ///
     /// It includes nodes internally created as a result of adding a domain