Переглянути джерело

rr: docs - updated ids for xref linkend

(cherry picked from commit 62a2553043f81cd47f611d2829181604488a4b0c)
Daniel-Constantin Mierla 5 роки тому
батько
коміт
9b2b367912
1 змінених файлів з 7 додано та 7 видалено
  1. 7 7
      src/modules/rr/doc/rr_admin.xml

+ 7 - 7
src/modules/rr/doc/rr_admin.xml

@@ -47,12 +47,12 @@
 
 
     <itemizedlist>
     <itemizedlist>
       <listitem>
       <listitem>
-        <para>add_rr_param() - see <xref linkend="add-rr-param-id"/></para>
+        <para>add_rr_param() - see <xref linkend="rr.f.add_rr_param"/></para>
       </listitem>
       </listitem>
 
 
       <listitem>
       <listitem>
         <para>check_route_param() - see <xref
         <para>check_route_param() - see <xref
-        linkend="check-route-param-id"/></para>
+        linkend="rr.f.check_route_param"/></para>
       </listitem>
       </listitem>
     </itemizedlist>
     </itemizedlist>
 
 
@@ -544,8 +544,8 @@ record_route_advertised_address("1.2.3.4:5080");
       <para>Adds a parameter to the Record-Route URI (param must be in
       <para>Adds a parameter to the Record-Route URI (param must be in
       <quote>;name=value</quote> format. The function may be called also
       <quote>;name=value</quote> format. The function may be called also
       before or after the record_route() or record_route_advertised_address()
       before or after the record_route() or record_route_advertised_address()
-      calls (see <xref linkend="record-route-id"/> or <xref
-      linkend="record-route-adv-addr-id"/>)).</para>
+      calls (see <xref linkend="rr.f.record_route"/> or <xref
+      linkend="rr.f.record_route_adv_addr"/>)).</para>
 
 
       <para>Meaning of the parameters is as follows:</para>
       <para>Meaning of the parameters is as follows:</para>
 
 
@@ -578,7 +578,7 @@ add_rr_param(";nat=yes");
       <para>The function checks if the URI parameters of the local Route
       <para>The function checks if the URI parameters of the local Route
       header (corresponding to the local server) matches the given regular
       header (corresponding to the local server) matches the given regular
       expression. It must be call after loose_route() (see <xref
       expression. It must be call after loose_route() (see <xref
-      linkend="loose-route-id"/>).</para>
+      linkend="rr.f.loose_route"/>).</para>
 
 
       <para>Meaning of the parameters is as follows:</para>
       <para>Meaning of the parameters is as follows:</para>
 
 
@@ -609,9 +609,9 @@ if (check_route_param("nat=yes")) {
 
 
       <para>The function checks the flow direction of in-dialog requests. This
       <para>The function checks the flow direction of in-dialog requests. This
       function uses the <quote>ftag</quote> parameter from the Route header,
       function uses the <quote>ftag</quote> parameter from the Route header,
-      therefore the append_fromtag (see <xref linkend="append-fromtag-id"/>
+      therefore the append_fromtag (see <xref linkend="rr.p.append_fromtag"/>
       module parameter must be enabled. Also this must be called only after
       module parameter must be enabled. Also this must be called only after
-      loose_route() (see <xref linkend="loose-route-id"/>).</para>
+      loose_route() (see <xref linkend="rr.f.loose_route"/>).</para>
 
 
       <para>The function returns true if the <quote>dir</quote> is the same
       <para>The function returns true if the <quote>dir</quote> is the same
       with the request's flow direction.</para>
       with the request's flow direction.</para>