[asterisk-commits] trunk r19097 - in /trunk: doc/00README.1st
include/asterisk/doxyref.h
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Mon Apr 10 22:54:58 MST 2006
Author: oej
Date: Tue Apr 11 00:54:55 2006
New Revision: 19097
URL: http://svn.digium.com/view/asterisk?rev=19097&view=rev
Log:
Add new documentation files to index file 00README.1st and to doxygen
Modified:
trunk/doc/00README.1st
trunk/include/asterisk/doxyref.h
Modified: trunk/doc/00README.1st
URL: http://svn.digium.com/view/asterisk/trunk/doc/00README.1st?rev=19097&r1=19096&r2=19097&view=diff
==============================================================================
--- trunk/doc/00README.1st (original)
+++ trunk/doc/00README.1st Tue Apr 11 00:54:55 2006
@@ -70,3 +70,5 @@
apps.txt About application development
model.txt About the call model in Asterisk (old)
modules.txt How Asterisk modules work
+datastores.txt About channel data stores
+speecrec.txt The Generic Speech Recognition API
Modified: trunk/include/asterisk/doxyref.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/doxyref.h?rev=19097&r1=19096&r2=19097&view=diff
==============================================================================
--- trunk/include/asterisk/doxyref.h (original)
+++ trunk/include/asterisk/doxyref.h Tue Apr 11 00:54:55 2006
@@ -38,6 +38,8 @@
* \arg \ref AstVar
* \arg \ref AstENUM : The IETF way to redirect from phone numbers to VoIP calls
* \arg \ref AstHTTP
+ * \arg \ref AstSpeech
+ * \arg \ref DataStores
* \arg \ref ConfigFiles
* \arg \ref SoundFiles included in the Asterisk distribution
* \arg \ref AstCREDITS : A Thank You to contributors
@@ -71,6 +73,16 @@
/*! \page AstDebug Debugging
* \section debug Debugging
* \verbinclude backtrace.txt
+ */
+
+/*! \page AstSpeech The Generic Speech Recognition API
+ * \section debug The Generic Speech Recognition API
+ * \verbinclude speechrec.txt
+ */
+
+/*! \page DataStores Channel Data Stores
+ * \section debug Channel Data Stores
+ * \verbinclude datastores.txt
*/
/*! \page AstAMI AMI - The Manager Interface
More information about the asterisk-commits
mailing list