]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Use doxygen for todo's! :-)
authorOlle Johansson <oej@edvina.net>
Mon, 23 Jan 2006 12:44:53 +0000 (12:44 +0000)
committerOlle Johansson <oej@edvina.net>
Mon, 23 Jan 2006 12:44:53 +0000 (12:44 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8465 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_random.c

index b533166af955d9bc13dcd7025058242f12303d5c..6cd17dd78d0371fa9b239b3ed481255cb3e6595e 100644 (file)
@@ -39,7 +39,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 #include "asterisk/pbx.h"
 #include "asterisk/module.h"
 
-/* TODO This app should be removed from trunk following the release of 1.4 */
+/*! \todo The Random() app should be removed from trunk following the release of 1.4 */
 
 static char *tdesc = "Random goto";