]> granicus.if.org Git - neomutt/commitdiff
doxygen: fix headers
authorRichard Russon <rich@flatcap.org>
Sun, 4 Nov 2018 00:43:46 +0000 (00:43 +0000)
committerRichard Russon <rich@flatcap.org>
Sun, 4 Nov 2018 00:43:46 +0000 (00:43 +0000)
nntp/nntp.c
pop/pop.c

index 9ccae61311cc126cd51c59bea47f488662b67dae..5f12eb48d07be589ff4ba98d1a39ff29d1532ef2 100644 (file)
@@ -116,7 +116,7 @@ struct ChildCtx
 
 /**
  * nntp_adata_free - Free data attached to the Mailbox
- * @param data NNTP data
+ * @param ptr NNTP data
  *
  * The NntpAccountData struct stores global NNTP data, such as the connection to
  * the database.  This function will close the database, free the resources and
index 56459b4a1625d19ac8bbab25f25014e205bf5175..23c4cc974b1fb1dfea75bf11ea573723946fe882 100644 (file)
--- a/pop/pop.c
+++ b/pop/pop.c
@@ -97,7 +97,7 @@ static const char *cache_id(const char *id)
 
 /**
  * pop_adata_free - Free data attached to the Mailbox
- * @param data POP data
+ * @param ptr POP data
  *
  * The PopAccountData struct stores global POP data, such as the connection to
  * the database.  This function will close the database, free the resources and