From 1c9d5caaefe7e2eb2529788142e9fd040e5232d1 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Sat, 24 Jan 2009 19:33:15 +0000 Subject: [PATCH] Add a todo to finish the XML docs in this module git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@170902 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_agi.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/res_agi.c b/res/res_agi.c index 80d71ed674..34247a916f 100644 --- a/res/res_agi.c +++ b/res/res_agi.c @@ -21,6 +21,8 @@ * \brief AGI - the Asterisk Gateway Interface * * \author Mark Spencer + * + * \todo Convert the rest of the AGI commands over to XML documentation */ #include "asterisk.h"