aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_config_sqlite.c
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-01 18:36:25 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-01 18:36:25 +0000
commitf15d8f44bea62163dbcc962f1ae8972e32991fd8 (patch)
treee5e66918c9ba87e33cc1d30409ffeb416d3fd913 /res/res_config_sqlite.c
parenta7b70da385199cefae38463ea379796323247800 (diff)
Documentation fixes for res_config_sqlite.
Issue 9854, patch by tzafrir. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@66878 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/res_config_sqlite.c')
-rw-r--r--res/res_config_sqlite.c18
1 files changed, 6 insertions, 12 deletions
diff --git a/res/res_config_sqlite.c b/res/res_config_sqlite.c
index b3a44a9a5..076282e80 100644
--- a/res/res_config_sqlite.c
+++ b/res/res_config_sqlite.c
@@ -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.
*/
/*!