doxygen: eliminate Qt-style doxygen syntax

This commit is contained in:
Diego Biurrun
2011-10-30 18:27:33 +01:00
parent 714cd7e758
commit c68fafe0d2
10 changed files with 49 additions and 49 deletions

View File

@@ -27,7 +27,7 @@
i = scan[coeff--]; \
block[i] = (c) * quant[i];
//! aligns the bitstream to the give power of two
/// aligns the bitstream to the given power of two
#define ALIGN(a) \
n = (-get_bits_count(gb)) & (a - 1); \
if (n) {skip_bits(gb, n);}