From: Richard Russon Date: Sun, 14 Jul 2019 01:05:06 +0000 (+0100) Subject: doxygen: fix comments X-Git-Tag: 2019-10-25~131^2~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3a577fb7cae3ea97ec507e4351d953c39565b64;p=neomutt doxygen: fix comments --- 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)