bliss: Fix Doxygen comments

This commit is contained in:
Tobias Brunner
2014-12-15 17:19:57 +01:00
parent 3000f6aada
commit a876018e3e
2 changed files with 6 additions and 6 deletions
@@ -71,14 +71,14 @@ struct bliss_bitpacker_t {
/**
* Create a bliss_bitpacker_t object for writing
*
* @param bits Total number of bits to be stored
* @param max_bits Total number of bits to be stored
*/
bliss_bitpacker_t* bliss_bitpacker_create(size_t max_bits);
/**
* Create a bliss_bitpacker_t object for reading
*
* @param data Packed array of bits
* @param data Packed array of bits
*/
bliss_bitpacker_t* bliss_bitpacker_create_from_data(chunk_t data);