function better described

This commit is contained in:
Jan Hutter
2005-11-24 14:21:23 +00:00
parent 12c3e4c860
commit 49a72ce394
+5 -1
View File
@@ -203,7 +203,11 @@ struct message_t {
status_t (*parse_header) (message_t *this);
/**
* @brief Parses body of message
* @brief Parses body of message.
*
* The body gets not only parsed, but rather it gets verified.
* All payloads are verified if they are allowed to exist in the message
* of this type and if their own structure is ok.
*
* @param this message_t object
* @return