Browse Source

app_python: added section ids in docs

Daniel-Constantin Mierla 8 years ago
parent
commit
b24c3093fe
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/modules/app_python/doc/app_python_admin.xml

+ 4 - 4
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>