Documentation fixes for res_config_sqlite.

Issue 9854, patch by tzafrir.


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@66878 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Jason Parker 18 years ago
parent 0b6c6b2e89
commit 545de7746c

@ -20,13 +20,14 @@
*/
/*!
* \mainpage res_sqlite
* \mainpage res_config_sqlite
*
* \section intro_sec Presentation
*
* res_sqlite is a module for the Asterisk Open Source PBX to support SQLite 2
* databases. It can be used to fetch configuration from a database (static
* configuration files and/or using the Asterisk RealTime Architecture - ARA).
* res_config_sqlite is a module for the Asterisk Open Source PBX to
* support SQLite 2 databases. It can be used to fetch configuration
* from a database (static configuration files and/or using the Asterisk
* RealTime Architecture - ARA).
* It can also be used to log CDR entries. Finally, it can be used for simple
* queries in the Dialplan. Note that Asterisk already comes with a module
* named cdr_sqlite. There are two reasons for including it in res_sqlite:
@ -39,13 +40,6 @@
* PHP 4 in our embedded systems, and PHP 4 has no stable support for SQLite 3
* at this time. We also needed RealTime support.
*
* \section build_install_sec Building and installing
*
* To build res_sqlite, simply enter <code>make</code>. To install it,
* enter make install. The Makefile has been slightly designed for
* cross compilation and installation in non standard locations, to ease
* the work of packagers. Read it for more details.
*
* \section conf_sec Configuration
*
* The main configuration file is res_config_sqlite.conf. It must be readable or
@ -90,7 +84,7 @@
*
* \section credits_sec Credits
*
* res_sqlite was developed by Richard Braun at the Proformatique company.
* res_config_sqlite was developed by Richard Braun at the Proformatique company.
*/
/*!

Loading…
Cancel
Save