aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/agi.h
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-11 14:17:29 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-11 14:17:29 +0000
commit2020d2079737c991a378ee3e486099fee5363337 (patch)
tree6cca3e832b35c1035169d9fea07aa663936c3839 /include/asterisk/agi.h
parent19b0b540555a50cab713bd16c46a1936c43e9718 (diff)
A lot of doxygen updates
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@92285 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/agi.h')
-rw-r--r--include/asterisk/agi.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/asterisk/agi.h b/include/asterisk/agi.h
index 1d86ac90b..5085f05df 100644
--- a/include/asterisk/agi.h
+++ b/include/asterisk/agi.h
@@ -28,11 +28,11 @@ extern "C" {
#endif
typedef struct agi_state {
- int fd; /* FD for general output */
- int audio; /* FD for audio output */
- int ctrl; /* FD for input control */
- unsigned int fast:1; /* flag for fast agi or not */
- struct ast_speech *speech; /* Speech structure for speech recognition */
+ int fd; /*!< FD for general output */
+ int audio; /*!< FD for audio output */
+ int ctrl; /*!< FD for input control */
+ unsigned int fast:1; /*!< flag for fast agi or not */
+ struct ast_speech *speech; /*!< Speech structure for speech recognition */
} AGI;
typedef struct agi_command {