]> granicus.if.org Git - neomutt/commitdiff
doxygen: fix comments
authorRichard Russon <rich@flatcap.org>
Thu, 22 Nov 2018 14:23:01 +0000 (14:23 +0000)
committerRichard Russon <rich@flatcap.org>
Thu, 22 Nov 2018 14:39:48 +0000 (14:39 +0000)
[ci skip]

imap/message.c
mutt_parse.c
mutt_thread.c
mx.c

index 9c943a6418b21a77b5a284cc51756a57dc778cad..7bb97c1c9d1c7cd3d13eb568e4767e85fbace6aa 100644 (file)
@@ -642,7 +642,7 @@ static void imap_fetch_msn_seqset(struct Buffer *b, struct ImapAccountData *adat
 
 /**
  * set_changed_flag - Have the flags of an email changed
- * @param[in]  ctx            Mailbox
+ * @param[in]  m              Mailbox
  * @param[in]  e              Email
  * @param[in]  local_changes  Has the local mailbox been changed?
  * @param[out] server_changes Set to 1 if the flag has changed
index a66c32d2ea8ebfefef64a7fe667d33105a5c1b72..b607d326cde3951c7353cb0b86c0711e4c519e01 100644 (file)
@@ -207,7 +207,7 @@ static int count_body_parts(struct Body *body, int flags)
 
 /**
  * mutt_count_body_parts - Count the MIME Body parts
- * @param ctx Mailbox
+ * @param m Mailbox
  * @param e Email
  * @retval num Number of MIME Body parts
  */
index bb3feb3c3fb05829a26c349b23914a11e0c37d06..5a303da33076eb4fa2948933ad9cda8320ad49a1 100644 (file)
@@ -777,7 +777,7 @@ struct MuttThread *mutt_sort_subthreads(struct MuttThread *thread, bool init)
 
 /**
  * check_subjects - Find out which emails' subjects differ from their parent's
- * @param ctx  Mailbox
+ * @param m    Mailbox
  * @param init If true, rebuild the thread
  */
 static void check_subjects(struct Mailbox *m, bool init)
diff --git a/mx.c b/mx.c
index dde5e2476398452b1cead31c7be73e055c09fb6b..b3757827350c7fb978c998239d3251caea68694c 100644 (file)
--- a/mx.c
+++ b/mx.c
@@ -1033,7 +1033,7 @@ int mx_mbox_sync(struct Context *ctx, int *index_hint)
 
 /**
  * mx_msg_open_new - Open a new message
- * @param ctx   Destination mailbox
+ * @param m     Destination mailbox
  * @param e     Message being copied (required for maildir support, because the filename depends on the message flags)
  * @param flags Flags, e.g. #MUTT_SET_DRAFT
  * @retval ptr New Message