[sr-dev] git:master:a72e8451: matrix: added section ids for params and functions in docs

Daniel-Constantin Mierla miconda at gmail.com
Wed Dec 23 18:39:38 CET 2015


Module: kamailio
Branch: master
Commit: a72e8451aef9391229000cb4e13020f0ff722d92
URL: https://github.com/kamailio/kamailio/commit/a72e8451aef9391229000cb4e13020f0ff722d92

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2015-12-23T18:10:27+01:00

matrix: added section ids for params and functions in docs

---

Modified: modules/matrix/doc/matrix_admin.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/a72e8451aef9391229000cb4e13020f0ff722d92.diff
Patch: https://github.com/kamailio/kamailio/commit/a72e8451aef9391229000cb4e13020f0ff722d92.patch

---

diff --git a/modules/matrix/doc/matrix_admin.xml b/modules/matrix/doc/matrix_admin.xml
index 1424d12..781edc1 100644
--- a/modules/matrix/doc/matrix_admin.xml
+++ b/modules/matrix/doc/matrix_admin.xml
@@ -62,7 +62,7 @@
 
 <section>
 	<title>Parameters</title>
-	<section>
+	<section id="matrix.p.db_url">
 		<title><varname>db_url</varname> (string)</title>
 	  <para>
 			The URL for the database connection.
@@ -81,7 +81,7 @@ modparam("matrix", "db_url", "&defaultrodb;")
 		  </programlisting>
 	  </example>
   </section>
-	<section>
+	<section id="matrix.p.matrix_table">
 		<title><varname>matrix_table</varname> (string)</title>
 	  <para>
 			The name of the table containing the matrix data.
@@ -100,7 +100,7 @@ modparam("matrix", "matrix_table", "matrix")
 		  </programlisting>
 	  </example>
   </section>
-	<section>
+	<section id="matrix.p.matrix_first_col">
 		<title><varname>matrix_first_col</varname> (string)</title>
 	  <para>
 			The name of the column containing the first row in the matrix.
@@ -119,7 +119,7 @@ modparam("matrix", "matrix_first_col", "first")
 		  </programlisting>
 	  </example>
   </section>
-	<section>
+	<section id="matrix.p.matrix_second_col">
 		<title><varname>matrix_second_col</varname> (string)</title>
 	  <para>
 			The name of the column containing the second row in the matrix.
@@ -138,7 +138,7 @@ modparam("matrix", "matrix_second_col", "second")
 		  </programlisting>
 	  </example>
   </section>
-	<section>
+	<section id="matrix.p.matrix_res_col">
 		<title><varname>matrix_res_col</varname> (string)</title>
 	  <para>
 			The name of the column containing the result ID to be used.
@@ -160,7 +160,7 @@ modparam("matrix", "matrix_res_col", "res")
 </section>
 <section>
 	<title>Functions</title>
-	<section>
+	<section id="matrix.f.matrix">
 	  <title>
 			<function moreinfo="none">matrix (string first, string second, string dstavp)</function>
 		</title>




More information about the sr-dev mailing list