Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r67887 - trunk/tools/quickbook/doc
From: dnljms_at_[hidden]
Date: 2011-01-09 16:14:03


Author: danieljames
Date: 2011-01-09 16:14:02 EST (Sun, 09 Jan 2011)
New Revision: 67887
URL: http://svn.boost.org/trac/boost/changeset/67887

Log:
Move section documentation into syntax section.
Text files modified:
   trunk/tools/quickbook/doc/block.qbk | 24 ------------------------
   trunk/tools/quickbook/doc/syntax.qbk | 24 ++++++++++++++++++++++++
   2 files changed, 24 insertions(+), 24 deletions(-)

Modified: trunk/tools/quickbook/doc/block.qbk
==============================================================================
--- trunk/tools/quickbook/doc/block.qbk (original)
+++ trunk/tools/quickbook/doc/block.qbk 2011-01-09 16:14:02 EST (Sun, 09 Jan 2011)
@@ -9,30 +9,6 @@
 
 [section:block Block Level Elements]
 
-[section Section]
-
-Starting a new section is accomplished with:
-
-[pre'''
-[section:id The Section Title]
-''']
-
-where /id/ is optional. id will be the filename of the generated section.
-If it is not present, "The Section Title" will be normalized and become the id.
-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.
-Thus: "The Section Title" will be normalized to "the_section_title".
-
-End a section with:
-
-[pre'''
-[endsect]
-''']
-
-Sections can nest, and that results in a hierarchy in the table of contents.
-
-[endsect] [/Section]
-
 [section xinclude]
 
 You can include another XML file with:

Modified: trunk/tools/quickbook/doc/syntax.qbk
==============================================================================
--- trunk/tools/quickbook/doc/syntax.qbk (original)
+++ trunk/tools/quickbook/doc/syntax.qbk 2011-01-09 16:14:02 EST (Sun, 09 Jan 2011)
@@ -107,6 +107,30 @@
 
 [endsect] [/docinfo]
 
+[section Section]
+
+Starting a new section is accomplished with:
+
+[pre'''
+[section:id The Section Title]
+''']
+
+where /id/ is optional. id will be the filename of the generated section.
+If it is not present, "The Section Title" will be normalized and become the id.
+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.
+Thus: "The Section Title" will be normalized to "the_section_title".
+
+End a section with:
+
+[pre'''
+[endsect]
+''']
+
+Sections can nest, and that results in a hierarchy in the table of contents.
+
+[endsect] [/Section]
+
 [section Comments]
 
 Can be placed anywhere.


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