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

Author: Daniel-Constantin Mierla <[email protected]>
Committer: Daniel-Constantin Mierla <[email protected]>
Date: 2015-07-29T22:38:17+02:00

maxfwd: added section ids to docbook

---

Modified: modules/maxfwd/doc/maxfwd_admin.xml

---

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

---

diff --git a/modules/maxfwd/doc/maxfwd_admin.xml 
b/modules/maxfwd/doc/maxfwd_admin.xml
index 3e5812b..2c1bd70 100644
--- a/modules/maxfwd/doc/maxfwd_admin.xml
+++ b/modules/maxfwd/doc/maxfwd_admin.xml
@@ -13,7 +13,7 @@
        
        <title>&adminguide;</title>
        
-       <section>
+       <section id="maxfwd.overview">
        <title>Overview</title>
        <para>
                The module implements all of the operations that handle the 
Max-Forward
@@ -27,7 +27,7 @@
                and an error response is sent to the UAC.
        </para>
        </section>
-       <section>
+       <section id="maxfwd.dependencies">
        <title>Dependencies</title>
        <section>
                <title>&kamailio; Modules</title>
@@ -60,7 +60,7 @@
 
        <section>
        <title>Parameters</title>
-       <section>
+       <section id="maxfwd.p.max_limit">
                <title><varname>max_limit</varname> (integer)</title>
                <para>
                Set an upper limit for the max-forward value in the outgoing 
requests.
@@ -93,7 +93,7 @@ modparam("maxfwd", "max_limit", 32)
        </section>
 
 
-       <section>
+       <section id="maxfwd.f.maxfwd_process">
        <title>Functions</title>
        <section>
                <title>
@@ -158,7 +158,7 @@ if (!maxfwd_process("10") &amp;&amp; $retcode==-1) {
                </example>
        </section>
 
-       <section>
+       <section id="maxfwd.f.mf_process_maxfwd_header">
                <title>
                <function 
moreinfo="none">mf_process_maxfwd_header(max_value)</function>
                </title>
@@ -176,7 +176,7 @@ if (!maxfwd_process("10") &amp;&amp; $retcode==-1) {
                </para>
        </section>
 
-       <section>
+       <section id="maxfwd.f.is_maxfwd_lt">
                <title>
                <function moreinfo="none">is_maxfwd_lt(max_value)</function>
                </title>
@@ -235,7 +235,7 @@ if ( is_maxfwd_lt("1") ) {
                </example>
        </section>
 
-       <section>
+       <section id="maxfwd.f.maxfwd_at_least">
                <title>
                <function moreinfo="none">maxfwd_at_least(max_value)</function>
                </title>
@@ -244,7 +244,7 @@ if ( is_maxfwd_lt("1") ) {
                </para>
        </section>
 
-       <section>
+       <section id="maxfwd.f.mf_lowlimit">
                <title>
                <function moreinfo="none">mf_lowlimit(max_value)</function>
                </title>


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to