ASCII->POLY: update doxygen comment

This commit is contained in:
hasufell 2014-05-29 22:16:50 +02:00
parent 27b20f97b7
commit 0f2f2aec06
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,8 @@ get_int_to_bin_str(uint8_t value);
*
* 10110101|00111100|01011001 => 90|60|89 => "Z<Y"
*
* Chunks that are 00000000 are stripped from the result.
*
* @param binary_rep the binary representation of multiple
* integers concatenated
* @return string of corresponding ascii-chars,