summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-11-14 16:15:34 +0000
committerOlle Johansson <oej@edvina.net>2006-11-14 16:15:34 +0000
commit6606c558444a170b644560751901ebdfe6f46c44 (patch)
tree4e239e29e2b9910f211f0ecaeb2e475d70cf7315 /include
parentc17bcc0f7c4de50b9ebefb85806b9508e03c9377 (diff)
need to check quoting in the doxygen docs...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47611 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-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")
...