manual: Remove outdated sentence about para_afh.
[paraslash.git] / bitstream.h
index 5d6be3be2693a84f8107504f4a086dfa578c817b..a3393380e5e02801a4312c6f904c1ea25527aad9 100644 (file)
@@ -11,9 +11,9 @@
 
 /** Structure for bistream I/O. */
 struct getbit_context {
-       /* Start of the internal buffer. */
+       /** Start of the internal buffer. */
        const uint8_t *buffer;
-       /* End of the internal buffer. */
+       /** End of the internal buffer. */
        const uint8_t *buffer_end;
        /** Bit counter. */
        int index;