Module: kamailio
Branch: master
Commit: 01434fa89bac3174ff68c08cf776dc73abb2eb2d
URL:
https://github.com/kamailio/kamailio/commit/01434fa89bac3174ff68c08cf776dc7…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2021-10-25T19:23:08+02:00
textopsx: docs - fixed title for sections
---
Modified: src/modules/textopsx/doc/functions.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/01434fa89bac3174ff68c08cf776dc7…
Patch:
https://github.com/kamailio/kamailio/commit/01434fa89bac3174ff68c08cf776dc7…
---
diff --git a/src/modules/textopsx/doc/functions.xml
b/src/modules/textopsx/doc/functions.xml
index 3de3a6c8e6..7500cbaa85 100644
--- a/src/modules/textopsx/doc/functions.xml
+++ b/src/modules/textopsx/doc/functions.xml
@@ -559,11 +559,11 @@ hf_iterator_end("i1");
</section>
<section id="textopsx.f.hf_iterator_next">
<title>
- <function
moreinfo="none">textopsx.f.hf_iterator_next(iname)</function>
+ <function moreinfo="none">hf_iterator_next(iname)</function>
</title>
<para>
Move the iterator to the next header. It must
- be called also after bl_iterator_start() to get the first
+ be called also after hf_iterator_start() to get the first
header.
</para>
<para>
@@ -594,7 +594,7 @@ hf_iterator_end("i1");
</section>
<section id="textopsx.f.hf_iterator_prev">
<title>
- <function
moreinfo="none">textopsx.f.hf_iterator_prev(iname)</function>
+ <function moreinfo="none">hf_iterator_prev(iname)</function>
</title>
<para>
Move the iterator to the previous header. It must
@@ -757,7 +757,7 @@ bl_iterator_end("b1");
</section>
<section id="textopsx.f.bl_iterator_next">
<title>
- <function
moreinfo="none">textopsx.f.bl_iterator_next(iname)</function>
+ <function moreinfo="none">bl_iterator_next(iname)</function>
</title>
<para>
Move the iterator to the next line in the body. It must