From d3a577fb7cae3ea97ec507e4351d953c39565b64 Mon Sep 17 00:00:00 2001 From: Richard Russon Date: Sun, 14 Jul 2019 02:05:06 +0100 Subject: [PATCH] doxygen: fix comments --- context.c | 2 +- core/mailbox.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/context.c b/context.c index c766407d9..ccb4d2611 100644 --- a/context.c +++ b/context.c @@ -42,7 +42,7 @@ /** * ctx_free - Free a Context - * @param[out] ctx Context to free + * @param[out] ptr Context to free */ void ctx_free(struct Context **ptr) { diff --git a/core/mailbox.c b/core/mailbox.c index a84a5ad03..5df958821 100644 --- a/core/mailbox.c +++ b/core/mailbox.c @@ -37,7 +37,6 @@ /** * mailbox_new - Create a new Mailbox - * @param name Name for the Mailbox * @retval ptr New Mailbox */ struct Mailbox *mailbox_new(void) -- 2.50.1