From 35318d73498cc546ffff3f12b1ea80b07d7c275c Mon Sep 17 00:00:00 2001 From: oej Date: Tue, 14 Nov 2006 16:15:34 +0000 Subject: need to check quoting in the doxygen docs... git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47611 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk/cli.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/asterisk/cli.h') diff --git a/include/asterisk/cli.h b/include/asterisk/cli.h index 80d68a093..3ecc7337b 100644 --- a/include/asterisk/cli.h +++ b/include/asterisk/cli.h @@ -85,7 +85,7 @@ void ast_cli(int fd, char *fmt, ...) int new_setdebug(int fd, int argc, char *argv[]); ... - /* this is how we create the entry to register */ + // this is how we create the entry to register NEW_CLI(new_setdebug, "short description") ... -- cgit v1.2.3