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

Author: Daniel-Constantin Mierla <[email protected]>
Committer: Daniel-Constantin Mierla <[email protected]>
Date: 2017-10-02T09:50:56+02:00

app_python: added section ids in docs

---

Modified: src/modules/app_python/doc/app_python_admin.xml

---

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

---

diff --git a/src/modules/app_python/doc/app_python_admin.xml 
b/src/modules/app_python/doc/app_python_admin.xml
index dc06758ffe..9eab795662 100644
--- a/src/modules/app_python/doc/app_python_admin.xml
+++ b/src/modules/app_python/doc/app_python_admin.xml
@@ -58,7 +58,7 @@
     </section>
     <section>
        <title>Parameters</title>
-       <section>
+       <section id="app_python.p.script_name">
            <title><varname>script_name</varname> (string)</title>
            <para>
                        The path to the fiel with Python code to be executed
@@ -79,7 +79,7 @@ modparam("app_python", "script_name", 
"/usr/local/etc/kamailio/myscript.py")
            </example>
        </section>
 
-       <section>
+       <section id="app_python.p.mod_init_function">
            <title><varname>mod_init_function</varname> (string)</title>
            <para>
                        The Python function to be executed by this module when
@@ -100,7 +100,7 @@ modparam("app_python", "mod_init_function", "my_mod_init")
            </example>
        </section>
 
-       <section>
+       <section id="app_python.p.child_init_method">
            <title><varname>child_init_method</varname> (string)</title>
            <para>
                        The Python function to be executed by this module when
@@ -125,7 +125,7 @@ modparam("app_python", "child_init_method", "my_child_init")
 
     <section>
        <title>Functions</title>
-       <section>
+       <section id="app_python.f.python_exec">
            <title>
                <function moreinfo="none">python_exec(method [, 
args])</function>
            </title>


_______________________________________________
Kamailio (SER) - Development Mailing List
[email protected]
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to