Module: sip-router
Branch: master
Commit: d17f162ee565b80ecd46b6f8f916a683748bf08b
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d17f162ee565b80ecd46b6f8f916a683748bf08b

Author: Daniel-Constantin Mierla <[email protected]>
Committer: Daniel-Constantin Mierla <[email protected]>
Date:   Mon Dec  8 09:11:32 2014 +0100

auth_db: added sections ids for functions

- better reference for web indexing

---

 modules/auth_db/doc/auth_db_admin.xml |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/modules/auth_db/doc/auth_db_admin.xml 
b/modules/auth_db/doc/auth_db_admin.xml
index a6f667e..74d6d00 100644
--- a/modules/auth_db/doc/auth_db_admin.xml
+++ b/modules/auth_db/doc/auth_db_admin.xml
@@ -304,7 +304,7 @@ modparam("auth_db", "version_table", 0)
 
        <section>
        <title>Functions</title>
-       <section>
+       <section id="auth_db.f.www_authenticate">
                <title>
                        <function moreinfo="none">www_authenticate(realm, table 
[, method])</function>
                </title>
@@ -395,7 +395,7 @@ if (!www_authorize("kamailio.org", "subscriber")) {
                </example>
        </section>
 
-       <section>
+       <section id="auth_db.f.www_authorize">
                <title>
                        <function moreinfo="none">www_authorize(realm, 
table)</function>
                </title>
@@ -406,7 +406,7 @@ if (!www_authorize("kamailio.org", "subscriber")) {
                </para>
        </section>
 
-       <section>
+       <section id="auth_db.f.proxy_authenticate">
                <title>
                        <function moreinfo="none">proxy_authenticate(realm, 
table)</function>
                </title>
@@ -469,7 +469,7 @@ if (!proxy_authorize("$fd", "subscriber)) {
                </example>
        </section>
 
-       <section>
+       <section id="auth_db.f.proxy_authorize">
                <title>
                        <function moreinfo="none">proxy_authorize(realm, 
table)</function>
                </title>
@@ -480,7 +480,7 @@ if (!proxy_authorize("$fd", "subscriber)) {
                </para>
        </section>
 
-       <section>
+       <section id="auth_db.f.auth_check">
                <title>
                        <function moreinfo="none">auth_check(realm, table, 
flags)</function>
                </title>
@@ -557,9 +557,8 @@ if (!auth_check("$fd", "subscriber", "1")) {
                </example>
        </section>
 
-
        <section>
-               <title>
+               <title id="auth_db.f.is_subscriber">
                        <function moreinfo="none">is_subscriber(uri, dbtable, 
flags)</function>
                </title>
                <para>The function checks if there is a subscriber 
corresponding to


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to