]> granicus.if.org Git - neomutt/commitdiff
release build fixes
authorRichard Russon <rich@flatcap.org>
Tue, 28 Aug 2018 22:04:05 +0000 (23:04 +0100)
committerRichard Russon <rich@flatcap.org>
Tue, 28 Aug 2018 22:04:05 +0000 (23:04 +0100)
browser.c
mutt/path.c
mx.c

index 2a877108f0a57908a42b5516e29d261bc87541cc..fbce5f481d0925c83e0f5a70a0ce2f3a384d91db 100644 (file)
--- a/browser.c
+++ b/browser.c
@@ -704,7 +704,7 @@ static const char *group_index_format_str(char *buf, size_t buflen, size_t col,
 
 /**
  * add_folder - Add a folder to the browser list
- * @param m     Menu to 
+ * @param m     Menu to use
  * @param state Browser state
  * @param name  Name of folder
  * @param desc  Description of folder
index 4c3f55ee9aadec87f690b193892c6cb4d46b582c..6631b9cfcf1087cc573f3d0be4fc712e3e0b52d6 100644 (file)
@@ -469,7 +469,6 @@ size_t mutt_path_realpath(char *buf)
 
 /**
  * mutt_path_parent - Find the parent of a path
- * @param path   Path to use
  * @param buf    Buffer for the result
  * @param buflen Length of buffer
  * @retval true  Success
diff --git a/mx.c b/mx.c
index 009b3b28ebb2bc1453e4443ea7eccbb0c80fad72..3ea1e3e459e6477ecc0b035db23b62b29f9166f5 100644 (file)
--- a/mx.c
+++ b/mx.c
@@ -488,10 +488,12 @@ static int trash_append(struct Context *ctx)
 
 /**
  * mx_mbox_close - Save changes and close mailbox
- * @param ctx        Mailbox
+ * @param pctx       Mailbox
  * @param index_hint Current email
  * @retval  0 Success
  * @retval -1 Failure
+ *
+ * @note Context will be freed after it's closed
  */
 int mx_mbox_close(struct Context **pctx, int *index_hint)
 {