Module: sip-router
Branch: janakj/mysql
Commit: a37c75afb9470772e0e44184004b73c42aa81ac6
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a37c75a…
Author: Henning Westerholt <henning.westerholt(a)1und1.de>
Committer: Henning Westerholt <henning.westerholt(a)1und1.de>
Date: Tue Jun 17 13:06:28 2008 +0000
- fix database related doxygen errors
git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@4398 689a6050-402a-0410-94f2-e92a70836424
---
modules/db_mysql/km_dbase.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/modules/db_mysql/km_dbase.c b/modules/db_mysql/km_dbase.c
index e4f78ba..410648a 100644
--- a/modules/db_mysql/km_dbase.c
+++ b/modules/db_mysql/km_dbase.c
@@ -24,7 +24,7 @@
*/
/**
- * \class mysql/dbase.c
+ * \file
* \brief Implementation of core functions for the MySQL driver.
*
* This file contains the implementation of core functions for the MySQL
@@ -237,6 +237,7 @@ int db_mysql_free_result(db_con_t* _h, db_res_t* _r)
* \param _n number of key=values pairs to compare
* \param _nc number of columns to return
* \param _o order by the specified column
+ * \param _r pointer to a structure representing the result
* \return zero on success, negative value on failure
*/
int db_mysql_query(const db_con_t* _h, const db_key_t* _k, const db_op_t* _op,
Module: sip-router
Branch: janakj/mysql
Commit: f532abc0d09a0d3ca7f8b03655f0b47612c77819
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f532abc…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Mon Mar 10 11:17:28 2008 +0000
- content of faq removed (mistakenly added by me after Henning did the cleanup for modules' docs; rev 3839)
git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@3901 689a6050-402a-0410-94f2-e92a70836424
---
modules/db_mysql/km_README | 43 ++-----------------------------------------
1 files changed, 2 insertions(+), 41 deletions(-)
diff --git a/modules/db_mysql/km_README b/modules/db_mysql/km_README
index e42eff5..b107a21 100644
--- a/modules/db_mysql/km_README
+++ b/modules/db_mysql/km_README
@@ -12,8 +12,8 @@ Daniel-Constantin Mierla
Copyright � 2006 voice-system.ro
Revision History
- Revision $Revision$ $Date: 2008-03-07 21:52:29 +0200
- (Fri, 07 Mar 2008) $
+ Revision $Revision$ $Date: 2008-03-08 01:03:56 +0200
+ (Sat, 08 Mar 2008) $
__________________________________________________________
Table of Contents
@@ -35,8 +35,6 @@ Daniel-Constantin Mierla
1.4. Exported Functions
1.5. Installation
- 2. Frequently Asked Questions
-
List of Examples
1.1. Set ping_interval parameter
@@ -123,40 +121,3 @@ modparam("auto_reconnect", "auto_reconnect", 0)
* - from command line use: 'make all
include_modules="db_mysql"; make install
include_modules="db_mysql"'.
-
-Chapter 2. Frequently Asked Questions
-
- Revision History
- Revision $Revision$ $Date: 2005-06-13 19:47:24 +0300 (Mon,
- 13 Jun 2005) $
-
- 2.1.
-
- Where can I find more about OpenSER?
-
- Take a look at http://openser.org/.
-
- 2.2.
-
- Where can I post a question about this module?
-
- First at all check if your question was already answered on one
- of our mailing lists:
- * User Mailing List -
- http://openser.org/cgi-bin/mailman/listinfo/users
- * Developer Mailing List -
- http://openser.org/cgi-bin/mailman/listinfo/devel
-
- E-mails regarding any stable OpenSER release should be sent to
- <users(a)openser.org> and e-mails regarding development versions
- should be sent to <devel(a)openser.org>.
-
- If you want to keep the mail private, send it to
- <team(a)openser.org>.
-
- 2.3.
-
- How can I report a bug?
-
- Please follow the guidelines provided at:
- http://sourceforge.net/tracker/?group_id=139143.
Module: sip-router
Branch: janakj/mysql
Commit: 00453076cf25097d389598e7e0215f9247959428
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0045307…
Author: Henning Westerholt <henning.westerholt(a)1und1.de>
Committer: Henning Westerholt <henning.westerholt(a)1und1.de>
Date: Wed Feb 27 13:53:33 2008 +0000
- first round of cleanups for documentation
- remove all FAQ and DEVEL files considered empty in content (no content at all
or just the default lines)
- remove of the <RevHistory>/</RevHistory> tag (and of course anything between
them)
- remove the comments at the end of the file that begins with
"<!-- Keep this element at the end of the file"
- credits for the patch/ the change scripts goes to Edson Gellert Schubert,
4lists at gmail dot com
git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@3769 689a6050-402a-0410-94f2-e92a70836424
---
modules/db_mysql/km_doc/db_mysql_devel.sgml | 22 --------
modules/db_mysql/km_doc/db_mysql_faq.sgml | 70 ---------------------------
modules/db_mysql/km_doc/db_mysql_user.sgml | 11 ----
3 files changed, 0 insertions(+), 103 deletions(-)
diff --git a/modules/db_mysql/km_doc/db_mysql_devel.sgml b/modules/db_mysql/km_doc/db_mysql_devel.sgml
deleted file mode 100644
index ec8667a..0000000
--- a/modules/db_mysql/km_doc/db_mysql_devel.sgml
+++ /dev/null
@@ -1,22 +0,0 @@
-<!-- Module Developer's Guide -->
-
-<chapter>
- <chapterinfo>
- <revhistory>
- <revision>
- <revnumber>$Revision$</revnumber>
- <date>$Date$</date>
- </revision>
- </revhistory>
- </chapterinfo>
- <title>Developer's Guide</title>
- <para>
- The module does not provide any <acronym>API</acronym> to use in other &ser; modules.
- </para>
-</chapter>
-
-<!-- Keep this element at the end of the file
-Local Variables:
-sgml-parent-document: ("db_mysql.sgml" "book" "chapter")
-End:
--->
diff --git a/modules/db_mysql/km_doc/db_mysql_faq.sgml b/modules/db_mysql/km_doc/db_mysql_faq.sgml
deleted file mode 100644
index 526bfb2..0000000
--- a/modules/db_mysql/km_doc/db_mysql_faq.sgml
+++ /dev/null
@@ -1,70 +0,0 @@
-<!-- Module FAQ -->
-
-<chapter>
- <chapterinfo>
- <revhistory>
- <revision>
- <revnumber>$Revision$</revnumber>
- <date>$Date$</date>
- </revision>
- </revhistory>
- </chapterinfo>
- <title>Frequently Asked Questions</title>
- <qandaset defaultlabel="number">
- <qandaentry>
- <question>
- <para>Where can I find more about OpenSER?</para>
- </question>
- <answer>
- <para>
- Take a look at &serhomelink;.
- </para>
- </answer>
- </qandaentry>
- <qandaentry>
- <question>
- <para>Where can I post a question about this module?</para>
- </question>
- <answer>
- <para>
- First at all check if your question was already answered on one of
- our mailing lists:
- </para>
- <itemizedlist>
- <listitem>
- <para>User Mailing List - &seruserslink;</para>
- </listitem>
- <listitem>
- <para>Developer Mailing List - &serdevlink;</para>
- </listitem>
- </itemizedlist>
- <para>
- E-mails regarding any stable &ser; release should be sent to
- &serusersmail; and e-mails regarding development versions
- should be sent to &serdevmail;.
- </para>
- <para>
- If you want to keep the mail private, send it to
- &serhelpmail;.
- </para>
- </answer>
- </qandaentry>
- <qandaentry>
- <question>
- <para>How can I report a bug?</para>
- </question>
- <answer>
- <para>
- Please follow the guidelines provided at:
- &serbugslink;.
- </para>
- </answer>
- </qandaentry>
- </qandaset>
-</chapter>
-
-<!-- Keep this element at the end of the file
-Local Variables:
-sgml-parent-document: ("db_mysql.sgml" "Book" "chapter")
-End:
--->
diff --git a/modules/db_mysql/km_doc/db_mysql_user.sgml b/modules/db_mysql/km_doc/db_mysql_user.sgml
index 403912e..077976e 100644
--- a/modules/db_mysql/km_doc/db_mysql_user.sgml
+++ b/modules/db_mysql/km_doc/db_mysql_user.sgml
@@ -2,12 +2,6 @@
<chapter>
<chapterinfo>
- <revhistory>
- <revision>
- <revnumber>$Revision$</revnumber>
- <date>$Date$</date>
- </revision>
- </revhistory>
</chapterinfo>
<title>User's Guide</title>
@@ -149,8 +143,3 @@ modparam("auto_reconnect", "auto_reconnect", 0)
</section>
</chapter>
-<!-- Keep this element at the end of the file
-Local Variables:
-sgml-parent-document: "db_mysql.sgml" "Book" "chapter")
-End:
--->
Module: sip-router
Branch: janakj/mysql
Commit: 6043e412ff51d1c45723a3a4f5fa6f363a54edee
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6043e41…
Author: Henning Westerholt <henning.westerholt(a)1und1.de>
Committer: Henning Westerholt <henning.westerholt(a)1und1.de>
Date: Tue Mar 4 13:15:47 2008 +0000
- change module docs FAQ link to a common one in the doc dir
- remove module specific FAQ content from the file in doc, this way no FAQ
content will be created
- credits for the patch/ the change scripts goes to Edson Gellert Schubert,
4lists at gmail dot com
- update all READMEs, for most module docs the FAQ and devel information were
now removed
git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@3839 689a6050-402a-0410-94f2-e92a70836424
---
modules/db_mysql/km_README | 42 ----------------------------
modules/db_mysql/km_doc/db_mysql.sgml | 4 +--
modules/db_mysql/km_doc/db_mysql_user.sgml | 3 +-
3 files changed, 2 insertions(+), 47 deletions(-)
diff --git a/modules/db_mysql/km_README b/modules/db_mysql/km_README
index fa0b7be..69101ff 100644
--- a/modules/db_mysql/km_README
+++ b/modules/db_mysql/km_README
@@ -29,9 +29,6 @@ Daniel-Constantin Mierla
1.4. Exported Functions
1.5. Installation
- 2. Developer's Guide
- 3. Frequently Asked Questions
-
List of Examples
1-1. Set ping_interval parameter
1-2. Set timeout_interval parameter
@@ -128,42 +125,3 @@ modparam("auto_reconnect", "auto_reconnect", 0)
* - from command line use: 'make all
include_modules="db_mysql"; make install
include_modules="db_mysql"'.
- __________________________________________________________
-
-Chapter 2. Developer's Guide
-
- The module does not provide any API to use in other OpenSER
- modules.
- __________________________________________________________
-
-Chapter 3. Frequently Asked Questions
-
- 3.1. Where can I find more about OpenSER?
- 3.2. Where can I post a question about this module?
- 3.3. How can I report a bug?
-
- 3.1. Where can I find more about OpenSER?
-
- Take a look at http://openser.org/.
-
- 3.2. Where can I post a question about this module?
-
- First at all check if your question was already answered on one
- of our mailing lists:
-
- * User Mailing List -
- http://openser.org/cgi-bin/mailman/listinfo/users
- * Developer Mailing List -
- http://openser.org/cgi-bin/mailman/listinfo/devel
-
- E-mails regarding any stable OpenSER release should be sent to
- <users(a)openser.org> and e-mails regarding development versions
- should be sent to <devel(a)openser.org>.
-
- If you want to keep the mail private, send it to
- <team(a)openser.org>.
-
- 3.3. How can I report a bug?
-
- Please follow the guidelines provided at:
- http://sourceforge.net/tracker/?group_id=139143.
diff --git a/modules/db_mysql/km_doc/db_mysql.sgml b/modules/db_mysql/km_doc/db_mysql.sgml
index f98b20c..509e408 100644
--- a/modules/db_mysql/km_doc/db_mysql.sgml
+++ b/modules/db_mysql/km_doc/db_mysql.sgml
@@ -2,8 +2,7 @@
<!ENTITY user SYSTEM "db_mysql_user.sgml">
-<!ENTITY devel SYSTEM "db_mysql_devel.sgml">
-<!ENTITY faq SYSTEM "db_mysql_faq.sgml">
+<!ENTITY faq SYSTEM "../../../doc/module_faq.sgml">
<!-- Include general documentation entities -->
<!ENTITY % docentities SYSTEM "../../../doc/entities.sgml">
@@ -49,7 +48,6 @@
<toc></toc>
&user;
- &devel;
&faq;
</book>
diff --git a/modules/db_mysql/km_doc/db_mysql_user.sgml b/modules/db_mysql/km_doc/db_mysql_user.sgml
index 077976e..60f4eab 100644
--- a/modules/db_mysql/km_doc/db_mysql_user.sgml
+++ b/modules/db_mysql/km_doc/db_mysql_user.sgml
@@ -1,8 +1,7 @@
<!-- Module User's Guide -->
<chapter>
- <chapterinfo>
- </chapterinfo>
+
<title>User's Guide</title>
<section>