[sr-dev] git:master:ba3f64ec: xcap_server: added section ids in docs

Daniel-Constantin Mierla miconda at gmail.com
Tue Nov 14 08:30:51 CET 2017


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

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2017-11-14T08:30:10+01:00

xcap_server: added section ids in docs

---

Modified: src/modules/xcap_server/doc/xcap_server_admin.xml

---

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

---

diff --git a/src/modules/xcap_server/doc/xcap_server_admin.xml b/src/modules/xcap_server/doc/xcap_server_admin.xml
index 4beb39a360..f7cb7b0cd9 100644
--- a/src/modules/xcap_server/doc/xcap_server_admin.xml
+++ b/src/modules/xcap_server/doc/xcap_server_admin.xml
@@ -10,9 +10,9 @@
 <!-- Module User's Guide -->
 
 <chapter>
-	
+
 	<title>&adminguide;</title>
-	
+
 	<section>
 	<title>Overview</title>
 	<para>
@@ -113,14 +113,14 @@
 	</section>
 	<section>
 	<title>Parameters</title>
-	<section>
+	<section id="xcap_server.p.db_url">
 		<title><varname>db_url</varname> (string)</title>
 		<para>
 		Database &url;.
 		</para>
 		<para>
 		<emphasis>
-			Default value is 
+			Default value is
 			<quote>&defaultdb;</quote>.
 		</emphasis>
 		</para>
@@ -133,7 +133,7 @@ modparam("xcap_server", "db_url", "mysql://user:passwd@host.com/dbname")
 </programlisting>
 		</example>
 	</section>
-	<section>
+	<section id="xcap_server.p.xcap_table">
 		<title><varname>xcap_table</varname> (string)</title>
 		<para>
 		The name of table where to store the xcap documents.
@@ -152,7 +152,7 @@ modparam("xcap_server", "xcap_table", "xcapdocs")
 </programlisting>
 		</example>
 	</section>
-	<section>
+	<section id="xcap_server.p.xcap_root">
 		<title><varname>xcap_root</varname> (str)</title>
 		<para>
 			XCAP root URL.
@@ -171,7 +171,7 @@ modparam("xcap_server", "xcap_root", "/xcap-root/")
 </programlisting>
 		</example>
 	</section>
-	<section>
+	<section id="xcap_server.p.buf_size">
 		<title><varname>buf_size</varname> (int)</title>
 		<para>
 		Size of local buffer for handling XCAP documents.
@@ -190,7 +190,7 @@ modparam("xcap_server", "buf_size", 2048)
 </programlisting>
 		</example>
 	</section>
-	<section>
+	<section id="xcap_server.p.xml_ns">
 		<title><varname>xml_ns</varname> (str)</title>
 		<para>
 			Register extra XML namespaces to be used with XPath. You
@@ -214,7 +214,7 @@ modparam("xcap_server", "xml_ns",
 </programlisting>
 		</example>
 	</section>
-	<section>
+	<section id="xcap_server.p.directory_scheme">
 		<title><varname>directory_scheme (int)</varname></title>
 		<para>
 			Allows the scheme used in
@@ -240,7 +240,7 @@ modparam("xcap_server", "xml_ns",
 		<emphasis>0</emphasis> - use the HTTP scheme.
 		</para></listitem>
 		<listitem><para>
-		<emphasis>1</emphasis> - use the HTTPS scheme. 
+		<emphasis>1</emphasis> - use the HTTPS scheme.
 		</para></listitem>
 		</itemizedlist>
 		<example>
@@ -252,7 +252,7 @@ modparam("xcap_server", "directory_scheme", 0)
 </programlisting>
 		</example>
 	</section>
-	<section>
+	<section id="xcap_server.p.directory_hostname">
 		<title><varname>directory_hostname (str)</varname></title>
 		<para>
 			Allows the hostname (and port) used in
@@ -288,7 +288,7 @@ modparam("xcap_server", "directory_hostname", "xcap.example.com")
 
 	<section>
 	<title>Functions</title>
- 	<section>
+ 	<section id="xcap_server.f.xcaps_put">
 	    <title>
 		<function moreinfo="none">xcaps_put(uri, path, doc)</function>
 	    </title>
@@ -315,7 +315,7 @@ event_route[xhttp:request] {
 </programlisting>
 	    </example>
 	</section>
- 	<section>
+ 	<section id="xcap_server.f.xcaps_get">
 	    <title>
 		<function moreinfo="none">xcaps_get(uri, path)</function>
 	    </title>
@@ -342,7 +342,7 @@ event_route[xhttp:request] {
 </programlisting>
 	    </example>
 	</section>
- 	<section>
+ 	<section id="xcap_server.f.xcaps_del">
 	    <title>
 		<function moreinfo="none">xcaps_del(uri, path)</function>
 	    </title>
@@ -372,7 +372,7 @@ event_route[xhttp:request] {
 	</section>
 
 	<section>
-		<title>Exported pseudo-variables</title>
+		<title>Pseudo Variables</title>
 		<itemizedlist>
 			<listitem><para>
 				<emphasis>$xcapuri(name=>key)</emphasis> - name can be any




More information about the sr-dev mailing list