]> granicus.if.org Git - neomutt/commitdiff
doxygen: fix comments
authorRichard Russon <rich@flatcap.org>
Sun, 14 Jul 2019 01:05:06 +0000 (02:05 +0100)
committerRichard Russon <rich@flatcap.org>
Tue, 16 Jul 2019 18:00:59 +0000 (19:00 +0100)
context.c
core/mailbox.c

index c766407d970f652c83bd6e1a1368a901439e7a99..ccb4d261199b4764f55a6b7ffc71ca1da000c5dd 100644 (file)
--- 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)
 {
index a84a5ad038644a76ac444394a251d0ec0b375f9c..5df958821bc626d414531b6ac7fa3337f2b62f99 100644 (file)
@@ -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)