aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_random.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-23 12:44:53 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-23 12:44:53 +0000
commit2643fdb3c38745e7b892d5ba84d95d230eefafaf (patch)
treeadd3ee1f07fc665186ab3e7acb87892f17fee07a /apps/app_random.c
parentad9fb71f099ff32606a6c00553ade29fd3d25224 (diff)
Use doxygen for todo's! :-)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8465 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_random.c')
-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";