]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
need to check quoting in the doxygen docs...
authorOlle Johansson <oej@edvina.net>
Tue, 14 Nov 2006 16:15:34 +0000 (16:15 +0000)
committerOlle Johansson <oej@edvina.net>
Tue, 14 Nov 2006 16:15:34 +0000 (16:15 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47611 65c4cc65-6c06-0410-ace0-fbb531ad65f3

include/asterisk/cli.h

index 80d68a0935848668d49fe208b32650a0bf05dbf2..3ecc7337bb39d99f3b60ef2c628fa952ba03d122 100644 (file)
@@ -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")
        ...