From: Richard Russon Date: Wed, 21 Mar 2018 01:27:04 +0000 (+0000) Subject: docs: add missing comment X-Git-Tag: neomutt-20180512~77^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee9b3226289920d3f745885658b2b5014cd6a4db;p=neomutt docs: add missing comment --- diff --git a/mutt/logging.c b/mutt/logging.c index d68035992..e3f031dc3 100644 --- a/mutt/logging.c +++ b/mutt/logging.c @@ -208,7 +208,8 @@ void log_file_set_version(const char *version) } /** - * log_file_running - XXX + * log_file_running - Is the log file running? + * @retval true If the log file is running */ bool log_file_running(void) {