testing
[SXSI/XMLTree.git] / libcds / src / static_sequence / wt_node.h
index 14ea05c..9e758a3 100644 (file)
 #define WT_NODE_INTERNAL_HDR 2
 #define WT_NODE_LEAF_HDR 3
 
-
+/** Base clase for nodes in the wavelet tree  
+ * 
+ *  @author Francisco Claude
+ */
 class wt_node {
        public:
     virtual ~wt_node() {} 
@@ -45,4 +48,3 @@ class wt_node {
 #include <wt_node_leaf.h>
 
 #endif
-