|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r85402 - trunk/tools/quickbook/doc
From: dnljms_at_[hidden]
Date: 2013-08-20 04:56:24
Author: danieljames
Date: 2013-08-20 04:56:24 EDT (Tue, 20 Aug 2013)
New Revision: 85402
URL: http://svn.boost.org/trac/boost/changeset/85402
Log:
Fix inaccurate heading id generation documentation.
All headings have ids generated, not just `h1`, `h2` and `h3`.
Text files modified:
trunk/tools/quickbook/doc/block.qbk | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
Modified: trunk/tools/quickbook/doc/block.qbk
==============================================================================
--- trunk/tools/quickbook/doc/block.qbk Tue Aug 20 04:47:17 2013 (r85401)
+++ trunk/tools/quickbook/doc/block.qbk 2013-08-20 04:56:24 EDT (Tue, 20 Aug 2013) (r85402)
@@ -356,8 +356,7 @@
[h5 Heading 5]
[h6 Heading 6]
-Headings 1-3 \[h1 h2 and h3\] will automatically have anchors with
-normalized names with
+Headings will automatically have anchors with normalized names with
[^name="document_id.section_id.normalized_header_text"] (i.e. valid
characters are =a-z=, =A-Z=, =0-9= and =_=. All non-valid characters are
converted to underscore and all upper-case are converted to lower-case.
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk