aboutsummaryrefslogtreecommitdiffstats
path: root/logger.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-20 00:18:42 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-20 00:18:42 +0000
commite04a0e3cf1626c04f05cd91f28cca689c2226a0a (patch)
treef2aa6108a802558a01df0ce8e53b89daba5f48d5 /logger.c
parent8e25c23bd763748886810c753146bcff9dd79d3a (diff)
More doxygen updates
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8315 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'logger.c')
-rw-r--r--logger.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/logger.c b/logger.c
index 7de58c913..afdfa58d1 100644
--- a/logger.c
+++ b/logger.c
@@ -500,8 +500,7 @@ static int handle_logger_rotate(int fd, int argc, char *argv[])
return RESULT_SUCCESS;
}
-/*--- handle_logger_show_channels: CLI command to show logging system
- configuration */
+/*! \brief CLI command to show logging system configuration */
static int handle_logger_show_channels(int fd, int argc, char *argv[])
{
#define FORMATL "%-35.35s %-8.8s %-9.9s "