Archived
14
0
Fork 0

need to check quoting in the doxygen docs...

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47611 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
oej 2006-11-14 16:15:34 +00:00
parent d5f159c55a
commit 35318d7349

View 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")
...