Module: sip-router Branch: 4.0 Commit: b5f362f4ddbc932daad611996d3e9abf2d91cd12 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b5f362f4...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Thu May 23 12:06:45 2013 +0200
auth: add chapter tag around sections for Admin Guide
- the ToC isn't properly generated otherwise - reported by Andrew Pogrebennyk (cherry picked from commit 76c883eb88359f6075712f648a1dfc675872487a)
---
modules/auth/doc/auth.xml | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/modules/auth/doc/auth.xml b/modules/auth/doc/auth.xml index b3e0c98..9cecafa 100644 --- a/modules/auth/doc/auth.xml +++ b/modules/auth/doc/auth.xml @@ -39,10 +39,12 @@ <holder>FhG FOKUS</holder> </copyright>
- <toc></toc> </bookinfo> + <toc></toc>
- + + <chapter> + <title>Admin Guide</title> <section id="auth.overview"> <title>Overview</title> <para> @@ -71,4 +73,5 @@ <xi:include href="auth_params.xml"/> <xi:include href="auth_functions.xml"/>
+ </chapter> </book>