doc: describe parameters to suppress doxygen warnings

This commit is contained in:
Dmitry Podgorny
2016-09-14 18:54:40 +03:00
parent 209f21905e
commit 717a19859f
4 changed files with 17 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
/** Generate UUID version 4 in pre-allocated buffer.
*
* @param ctx a Strophe context object
* @param uuid pre-allocated buffer of size (XMPP_UUID_LEN + 1)
*/
static void crypto_uuid_gen(xmpp_ctx_t *ctx, char *uuid)
@@ -56,6 +57,8 @@ static void crypto_uuid_gen(xmpp_ctx_t *ctx, char *uuid)
* This function allocates memory for the resulting string and must be freed
* with xmpp_free().
*
* @param ctx a Strophe context object
*
* @return ASCIIZ string
*/
char *xmpp_uuid_gen(xmpp_ctx_t *ctx)