From: Richard Russon Date: Thu, 22 Nov 2018 14:23:01 +0000 (+0000) Subject: doxygen: fix comments X-Git-Tag: 2019-10-25~499 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6f683fc9a636fd785161a7e06c1486a2d14fe7c;p=neomutt doxygen: fix comments [ci skip] --- diff --git a/imap/message.c b/imap/message.c index 9c943a641..7bb97c1c9 100644 --- a/imap/message.c +++ b/imap/message.c @@ -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 diff --git a/mutt_parse.c b/mutt_parse.c index a66c32d2e..b607d326c 100644 --- a/mutt_parse.c +++ b/mutt_parse.c @@ -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 */ diff --git a/mutt_thread.c b/mutt_thread.c index bb3feb3c3..5a303da33 100644 --- a/mutt_thread.c +++ b/mutt_thread.c @@ -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 dde5e2476..b37578273 100644 --- 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