summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-01-23 12:44:53 +0000
committerOlle Johansson <oej@edvina.net>2006-01-23 12:44:53 +0000
commit92390274e5f32c18a227302db6e855350f062604 (patch)
treeadd3ee1f07fc665186ab3e7acb87892f17fee07a /apps
parent6f3cdf08e42c25575e5ecb5d26ac0033202399e2 (diff)
Use doxygen for todo's! :-)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8465 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-rw-r--r--apps/app_random.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_random.c b/apps/app_random.c
index b533166af..6cd17dd78 100644
--- a/apps/app_random.c
+++ b/apps/app_random.c
@@ -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";