]> granicus.if.org Git - neomutt/commitdiff
add doxygen warnings
authorRichard Russon <rich@flatcap.org>
Tue, 19 Dec 2017 21:23:15 +0000 (21:23 +0000)
committerRichard Russon <rich@flatcap.org>
Thu, 28 Dec 2017 13:25:34 +0000 (13:25 +0000)
mutt/charset.c
mutt/file.c

index d5d58a0ff2cd3bfed48c8b58bc5d31375e8beaaa..ff459965db47ab58f0c3f4617830bdf1b8f75875 100644 (file)
@@ -416,7 +416,7 @@ int mutt_cs_chscmp(const char *s, const char *chs)
  * mutt_cs_get_default_charset - Get the default character set
  * @retval ptr Name of the default character set
  *
- * @note This returns a pointer to a static buffer.  Do not free it.
+ * @warning This returns a pointer to a static buffer.  Do not free it.
  */
 char *mutt_cs_get_default_charset(void)
 {
index 39b193c9e062c28f45705565984ace76c66a14d8..6a1209fe71374ea4ecd7528192e7670adb5b43a4 100644 (file)
@@ -928,7 +928,7 @@ time_t mutt_file_decrease_mtime(const char *f, struct stat *st)
  * implementation does not modify its parameter, so callers need not manually
  * copy their paths into a modifiable buffer prior to calling this function.
  *
- * mutt_file_dirname() returns a static string which must not be free()'d.
+ * @warning mutt_file_dirname() returns a static string which must not be free()'d.
  */
 const char *mutt_file_dirname(const char *p)
 {