From: Richard Russon Date: Fri, 12 Oct 2018 23:15:37 +0000 (+0100) Subject: doxy: fix docs X-Git-Tag: 2019-10-25~604 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5da6b47d6f2dcabf3d9b4a63f4a3d377f26f66bd;p=neomutt doxy: fix docs [ci skip] --- diff --git a/config/cfgaccount.c b/config/cfgaccount.c index fa61dcf49..8cb136b43 100644 --- a/config/cfgaccount.c +++ b/config/cfgaccount.c @@ -48,7 +48,7 @@ * @retval ptr New CfgAccount object */ struct CfgAccount *ac_create(const struct ConfigSet *cs, const char *name, - const char *var_names[]) + const char *var_names[]) { if (!cs || !name || !var_names) return NULL; /* LCOV_EXCL_LINE */ diff --git a/notmuch/mutt_notmuch.c b/notmuch/mutt_notmuch.c index 175bafe25..62b92b4b0 100644 --- a/notmuch/mutt_notmuch.c +++ b/notmuch/mutt_notmuch.c @@ -1732,7 +1732,7 @@ done: /** * count_query_thread_messages - Count the number of messages in all queried threads - * @param query Executed query + * @param q Executed query * @retval num Number of messages */ static unsigned int count_query_thread_messages(notmuch_query_t *q) @@ -1764,7 +1764,7 @@ static unsigned int count_query_thread_messages(notmuch_query_t *q) /** * count_query_messages - Count the number of queried messages - * @param query Executed query + * @param q Executed query * @retval num Number of messages */ static unsigned int count_query_messages(notmuch_query_t *q) @@ -1788,6 +1788,7 @@ static unsigned int count_query_messages(notmuch_query_t *q) * count_query - Count the results of a query * @param db Notmuch database * @param qstr Query to execute + * @param type Query type, e.g. #NM_QUERY_TYPE_MESGS * @retval num Number of results */ static unsigned int count_query(notmuch_database_t *db, const char *qstr, enum NmQueryType type)