- 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
+3 -3
View File
@@ -335,7 +335,7 @@ struct message_t {
* Call message_t.parse_header afterwards.
*
* @param packet packet_t object which is assigned to message
* @return created message_t object
* @return message_t object
*
* @ingroup encoding
*/
@@ -349,7 +349,7 @@ message_t * message_create_from_packet(packet_t *packet);
* - original_initiator is set to TRUE
* - is_request is set to TRUE
*
* @return created message_t object
* @return message_t object
*
* @ingroup encoding
*/
@@ -358,7 +358,7 @@ message_t * message_create();
/**
* @brief Creates an message_t object of type reply containing a notify payload.
*
* @return created message_t object
* @return message_t object
*
* @ingroup encoding
*/