Doxygen fixes

This commit is contained in:
Martin Willi
2012-03-20 17:31:25 +01:00
parent ef32c6866e
commit 8833068877
8 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ struct id_payload_t {
* @param type one of ID_INITIATOR, ID_RESPONDER, ID_V1 and NAT_OA_V1
* @return id_payload_t object
*/
id_payload_t *id_payload_create(payload_type_t payload_type);
id_payload_t *id_payload_create(payload_type_t type);
/**
* Creates an id_payload_t from an existing identification_t object.