* 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)
{
* 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)
{