Skip to content

Commit

Permalink
Module doc: Fix missing section IDs
Browse files Browse the repository at this point in the history
(cherry picked from commit 1832dd0)
  • Loading branch information
liviuchircu committed Aug 4, 2018
1 parent d24efb2 commit bb811b3
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions modules/avpops/doc/avpops_admin.xml
Expand Up @@ -331,7 +331,7 @@ modparam("avpops", "buf_size", 1024)

<section id="exported_functions" xreflabel="exported_functions">
<title>Exported Functions</title>
<section>
<section id="func_avp_db_load" xreflabel="avp_db_load()">
<title>
<function moreinfo="none">avp_db_load(source, name[, db_id[, prefix]])
</function>
Expand Down Expand Up @@ -546,7 +546,7 @@ avp_db_query("delete from subscriber","","$avp(id)");
</programlisting>
</example>
</section>
<section>
<section id="func_avp_delete" xreflabel="avp_delete()">
<title>
<function moreinfo="none">avp_delete(name)
</function>
Expand Down Expand Up @@ -591,7 +591,7 @@ avp_delete("a3");
</programlisting>
</example>
</section>
<section>
<section id="func_avp_pushto" xreflabel="avp_pushto()">
<title>
<function moreinfo="none">avp_pushto(destination,name)
</function>
Expand Down Expand Up @@ -657,7 +657,7 @@ avp_pushto("$br","$avp(680)");
</programlisting>
</example>
</section>
<section>
<section id="func_avp_check" xreflabel="avp_check()">
<title>
<function moreinfo="none">avp_check(name,op_value)
</function>
Expand Down Expand Up @@ -753,7 +753,7 @@ avp_check("$avp(foo)","fm/$avp(fm_avp)/g");
</programlisting>
</example>
</section>
<section>
<section id="func_avp_copy" xreflabel="avp_copy()">
<title>
<function moreinfo="none">avp_copy(old_name,new_name)
</function>
Expand Down Expand Up @@ -884,7 +884,7 @@ avp_subst("$avp(678)/$avp(679)/g", "/(.*)@(.*)/\1@$rd/");
processing will use it.
</para>
</section>
<section>
<section id="func_avp_op" xreflabel="avp_op()">
<title>
<function moreinfo="none">avp_op(name,op_value)
</function>
Expand Down Expand Up @@ -961,7 +961,7 @@ avp_op("$avp(number)","sub/$avp(number2)/d");
</programlisting>
</example>
</section>
<section>
<section id="func_is_avp_set" xreflabel="is_avp_set()">
<title>
<function moreinfo="none">is_avp_set(name)
</function>
Expand Down Expand Up @@ -1000,7 +1000,7 @@ if(is_avp_set("$avp(678)"))
</programlisting>
</example>
</section>
<section>
<section id="func_avp_print" xreflabel="avp_print()">
<title>
<function moreinfo="none">avp_print()
</function>
Expand All @@ -1022,7 +1022,7 @@ avp_print();
</programlisting>
</example>
</section>
<section>
<section id="func_avp_insert" xreflabel="avp_insert()">
<title>
<function moreinfo="none">avp_insert(avp_name, value, index)
</function>
Expand Down
2 changes: 1 addition & 1 deletion modules/json/doc/json_admin.xml
Expand Up @@ -349,7 +349,7 @@ $json(object/array) := $json(array) ;
<section id="exported_functions" xreflabel="exported_functions">
<title>Exported Functions</title>

<section>
<section id="func_json_link" xreflabel="json_link()">
<title>
<function moreinfo="none">
json_link("$json(dest_id)", "$json(source_id)")
Expand Down
2 changes: 1 addition & 1 deletion modules/nathelper/doc/nathelper_admin.xml
Expand Up @@ -688,7 +688,7 @@ fix_nated_register();
</programlisting>
</example>
</section>
<section>
<section id="func_nat_uac_test" xreflabel="nat_uac_test()">
<title>
<function>nat_uac_test(flags)</function>
</title>
Expand Down
2 changes: 1 addition & 1 deletion modules/permissions/doc/permissions_admin.xml
Expand Up @@ -821,7 +821,7 @@ if (allow_uri("basename", "$avp(uri)") { // Check URI stored in $avp(uri)
</example>
</section>

<section>
<section id="func_check_address" xreflabel="check_address()">
<title>
<function moreinfo="none">check_address([partition:]group_id, ip,
port, proto [, context_info [, pattern]])</function>
Expand Down
2 changes: 1 addition & 1 deletion modules/rabbitmq/doc/rabbitmq_admin.xml
Expand Up @@ -147,7 +147,7 @@ heartbeat = 5")

<section id="exported_functions" xreflabel="exported_functions">
<title>Exported Functions</title>
<section>
<section id="func_rabbitmq_publish" xreflabel="rabbitmq_publish()">
<title>
<function moreinfo="none">rabbitmq_publish(server_id, routing_key, message
[, [content_type [, headers, headers_vals]]])</function>
Expand Down
2 changes: 1 addition & 1 deletion modules/ratelimit/doc/ratelimit_admin.xml
Expand Up @@ -490,7 +490,7 @@ modparam("ratelimit", "slot_period", 100)
</section>
<section id="exported_functions" xreflabel="exported_functions">
<title>Exported Functions</title>
<section>
<section id="func_rl_check" xreflabel="rl_check()">
<title>
<function moreinfo="none">rl_check(name, limit[, algorithm])
</function>
Expand Down

0 comments on commit bb811b3

Please sign in to comment.