aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/cli.h
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-14 16:15:34 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-14 16:15:34 +0000
commit35318d73498cc546ffff3f12b1ea80b07d7c275c (patch)
tree4e239e29e2b9910f211f0ecaeb2e475d70cf7315 /include/asterisk/cli.h
parentd5f159c55a508d129bcecdbedff7cfed920cb83d (diff)
need to check quoting in the doxygen docs...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47611 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/cli.h')
-rw-r--r--include/asterisk/cli.h2
1 files changed, 1 insertions, 1 deletions
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")
...