[svn-commits] oej: trunk r47611 - /trunk/include/asterisk/cli.h

svn-commits at lists.digium.com svn-commits at lists.digium.com
Tue Nov 14 09:15:34 MST 2006


Author: oej
Date: Tue Nov 14 10:15:34 2006
New Revision: 47611

URL: http://svn.digium.com/view/asterisk?view=rev&rev=47611
Log:
need to check quoting in the doxygen docs...

Modified:
    trunk/include/asterisk/cli.h

Modified: trunk/include/asterisk/cli.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/cli.h?view=diff&rev=47611&r1=47610&r2=47611
==============================================================================
--- trunk/include/asterisk/cli.h (original)
+++ trunk/include/asterisk/cli.h Tue Nov 14 10:15:34 2006
@@ -85,7 +85,7 @@
 	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")
 	...
 



More information about the svn-commits mailing list