Module: sip-router Branch: master Commit: bcb10c2952cbcd5e3aa500815b11d7cf45de47a2 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bcb10c2952cbcd5e3aa500815b11d7cf45de47a2
Author: Olle E. Johansson <[email protected]> Committer: Olle E. Johansson <[email protected]> Date: Thu Dec 20 20:20:58 2012 +0100 auth Documentation filename changes --- modules/auth/doc/auth.xml | 4 ++-- .../auth/doc/{functions.xml => auth_functions.xml} | 0 modules/auth/doc/{params.xml => auth_params.xml} | 0 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/auth/doc/auth.xml b/modules/auth/doc/auth.xml index ab8d3b6..b3e0c98 100644 --- a/modules/auth/doc/auth.xml +++ b/modules/auth/doc/auth.xml @@ -68,7 +68,7 @@ </para> </section> - <xi:include href="params.xml"/> - <xi:include href="functions.xml"/> + <xi:include href="auth_params.xml"/> + <xi:include href="auth_functions.xml"/> </book> diff --git a/modules/auth/doc/functions.xml b/modules/auth/doc/auth_functions.xml similarity index 100% rename from modules/auth/doc/functions.xml rename to modules/auth/doc/auth_functions.xml diff --git a/modules/auth/doc/params.xml b/modules/auth/doc/auth_params.xml similarity index 100% rename from modules/auth/doc/params.xml rename to modules/auth/doc/auth_params.xml _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
