From 41a5565f3c38366867b3d6ffd456167ef25a2bb1 Mon Sep 17 00:00:00 2001 From: Olle Johansson <oej@edvina.net> Date: Thu, 8 Jun 2006 08:13:32 +0000 Subject: [PATCH] Add video.txt to doxygen git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32991 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/doxyref.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/include/asterisk/doxyref.h b/include/asterisk/doxyref.h index aedc3bcff5..6e60f10d25 100644 --- a/include/asterisk/doxyref.h +++ b/include/asterisk/doxyref.h @@ -36,6 +36,7 @@ * \arg \ref AstCDR * \arg \ref AstREADME * \arg \ref AstVar + * \arg \ref AstVideo * \arg \ref AstENUM : The IETF way to redirect from phone numbers to VoIP calls * \arg \ref AstHTTP * \arg \ref AstSpeech @@ -129,9 +130,14 @@ DUNDi is not itself a Voice-over IP signaling or media protocol. Instead, it pub * \verbinclude CREDITS */ +/*! \page AstVideo Video support in Asterisk + * \section sectAstVideo Video support in Asterisk + * \verbinclude video.txt + */ + /*! \page AstVar Global channel variables * \section globchan Global Channel Variables - * \verbinclude variables.txt + * \verbinclude channelvariables.txt */ /*! \page AstENUM ENUM -- GitLab