From 33bdb442ed8966c36a0323ff4e2d357a7a5e7ff9 Mon Sep 17 00:00:00 2001 From: oej Date: Thu, 30 Nov 2006 18:22:10 +0000 Subject: Doxygen updates git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48149 f38db490-d61c-443f-a65b-d21fe96a405b --- agi/Makefile | 2 +- agi/eagi-sphinx-test.c | 9 +++++++++ agi/eagi-test.c | 9 +++++++++ 3 files changed, 19 insertions(+), 1 deletion(-) (limited to 'agi') diff --git a/agi/Makefile b/agi/Makefile index 3a3495138..b91eb5e1a 100644 --- a/agi/Makefile +++ b/agi/Makefile @@ -21,7 +21,7 @@ endif include $(ASTTOPDIR)/Makefile.rules -all: $(AGIS) +all: #$(AGIS) strcompat.c: ../main/strcompat.c @cp $< $@ diff --git a/agi/eagi-sphinx-test.c b/agi/eagi-sphinx-test.c index 0ad12c787..d2898763c 100644 --- a/agi/eagi-sphinx-test.c +++ b/agi/eagi-sphinx-test.c @@ -6,6 +6,15 @@ * */ +/*! \file + * Extended AGI test application + * + * This code is released into public domain + * without any warranty of any kind. + * + * \ingroup agi + */ + #include #include #include diff --git a/agi/eagi-test.c b/agi/eagi-test.c index 7745d18ae..ed725fcc3 100644 --- a/agi/eagi-test.c +++ b/agi/eagi-test.c @@ -18,6 +18,15 @@ #define AUDIO_FILENO (STDERR_FILENO + 1) +/*! \file + * Extended AGI test application + * + * This code is released into the public domain + * with no warranty of any kind + * + * \ingroup agi + */ + static int read_environment(void) { char buf[256]; -- cgit v1.2.3