- code cleanup of encoding package

This commit is contained in:
Martin Willi
2005-12-06 13:44:22 +00:00
parent 59de50868b
commit c3dc864eaa
46 changed files with 341 additions and 244 deletions
@@ -134,7 +134,7 @@ struct transform_attribute_t {
/**
* @brief Creates an empty transform_attribute_t object.
*
* @return created transform_attribute_t object
* @return transform_attribute_t object
*
* @ingroup payloads
*/
@@ -144,7 +144,7 @@ transform_attribute_t *transform_attribute_create();
* @brief Creates an transform_attribute_t of type KEY_LENGTH.
*
* @param key_length key length in bytes
* @return created transform_attribute_t object
* @return transform_attribute_t object
*
* @ingroup payloads
*/