]> granicus.if.org Git - neomutt/commitdiff
doxy: fix docs
authorRichard Russon <rich@flatcap.org>
Fri, 12 Oct 2018 23:15:37 +0000 (00:15 +0100)
committerRichard Russon <rich@flatcap.org>
Fri, 12 Oct 2018 23:33:21 +0000 (00:33 +0100)
[ci skip]

config/cfgaccount.c
notmuch/mutt_notmuch.c

index fa61dcf49ff7499b4bccaa8ab5b60a5ff46aec7d..8cb136b43e4776dcbe7f5705145bac3793ab26b1 100644 (file)
@@ -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 */
index 175bafe25ee52872637c156222e48a6ed849c0e0..62b92b4b0212a55de62d47435f4f2da64fca4f41 100644 (file)
@@ -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)