From: Olle Johansson Date: Tue, 14 Nov 2006 16:15:34 +0000 (+0000) Subject: need to check quoting in the doxygen docs... X-Git-Tag: 1.6.0-beta1~3^2~3985 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6606c558444a170b644560751901ebdfe6f46c44;p=thirdparty%2Fasterisk.git need to check quoting in the doxygen docs... git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47611 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/cli.h b/include/asterisk/cli.h index 80d68a0935..3ecc7337bb 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") ...