Add nextNodeBefore primitive.
[SXSI/XMLTree.git] / libcds / src / static_bitsequence / static_bitsequence_builder_rrr02.h
index e858221..1ebf5a1 100644 (file)
@@ -1,7 +1,7 @@
 /* static_bitsequence_builder_rrr02.h
  * Copyright (C) 2008, Francisco Claude, all rights reserved.
  *
- * static_bitsequence_builder definition
+ * static_bitsequence_builder_rrr02 definition
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -28,6 +28,7 @@
 
 class static_bitsequence_builder_rrr02 : public static_bitsequence_builder {
   public:
+    /** Defines the sample rate used to build the bitmaps (rrr02) */
     static_bitsequence_builder_rrr02(uint sampling);
     virtual ~static_bitsequence_builder_rrr02() {}
     virtual static_bitsequence * build(uint * bitsequence, uint len);