aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-11 05:54:55 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-11 05:54:55 +0000
commit0016df696dcf23bd665db789534328588a8cd681 (patch)
tree3ceaada73b271922fdec75a68cce22bfc5d2e6a7
parent52a359c8dd0c0cb872bde5bbd1561363c48eb63a (diff)
Add new documentation files to index file 00README.1st and to doxygen
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19097 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--doc/00README.1st2
-rw-r--r--include/asterisk/doxyref.h12
2 files changed, 14 insertions, 0 deletions
diff --git a/doc/00README.1st b/doc/00README.1st
index 4acfdf27f..8527398fd 100644
--- a/doc/00README.1st
+++ b/doc/00README.1st
@@ -70,3 +70,5 @@ iax.txt About the IAX protocol
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
diff --git a/include/asterisk/doxyref.h b/include/asterisk/doxyref.h
index fdefc8bd1..71d0414bd 100644
--- a/include/asterisk/doxyref.h
+++ b/include/asterisk/doxyref.h
@@ -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
@@ -73,6 +75,16 @@
* \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
* \section ami AMI - The manager Interface
* \arg \link Config_ami Configuration file \endlink