From 545de7746ce8d5d00f212f23223a86e268f1bcd1 Mon Sep 17 00:00:00 2001 From: Jason Parker <jparker@digium.com> Date: Fri, 1 Jun 2007 18:36:25 +0000 Subject: [PATCH] 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 --- res/res_config_sqlite.c | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/res/res_config_sqlite.c b/res/res_config_sqlite.c index b3a44a9a58..076282e80b 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. */ /*! -- GitLab