Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r68899 - branches/doc-tools-docs/tools/quickbook/doc
From: dnljms_at_[hidden]
Date: 2011-02-14 20:17:54


Author: danieljames
Date: 2011-02-14 20:17:53 EST (Mon, 14 Feb 2011)
New Revision: 68899
URL: http://svn.boost.org/trac/boost/changeset/68899

Log:
Move section documentation into syntax section.
Text files modified:
   branches/doc-tools-docs/tools/quickbook/doc/block.qbk | 24 ------------------------
   branches/doc-tools-docs/tools/quickbook/doc/quickbook.qbk | 4 ++--
   branches/doc-tools-docs/tools/quickbook/doc/syntax.qbk | 24 ++++++++++++++++++++++++
   3 files changed, 26 insertions(+), 26 deletions(-)

Modified: branches/doc-tools-docs/tools/quickbook/doc/block.qbk
==============================================================================
--- branches/doc-tools-docs/tools/quickbook/doc/block.qbk (original)
+++ branches/doc-tools-docs/tools/quickbook/doc/block.qbk 2011-02-14 20:17:53 EST (Mon, 14 Feb 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: branches/doc-tools-docs/tools/quickbook/doc/quickbook.qbk
==============================================================================
--- branches/doc-tools-docs/tools/quickbook/doc/quickbook.qbk (original)
+++ branches/doc-tools-docs/tools/quickbook/doc/quickbook.qbk 2011-02-14 20:17:53 EST (Mon, 14 Feb 2011)
@@ -45,8 +45,8 @@
 [def __images__ [link quickbook.phrase.images Images]]
 [def __cond__ [link quickbook.phrase.cond Conditional Generation]]
 
-[def __document__ [link quickbook.block.document Document]]
-[def __section__ [link quickbook.block.section Section]]
+[def __document__ [link quickbook.syntax.docinfo Document]]
+[def __section__ [link quickbook.syntax.section Section]]
 [def __xinclude__ [link quickbook.block.xinclude xinclude]]
 [def __paragraphs__ [link quickbook.block.paragraphs Paragraphs]]
 [def __ordered_lists__ [link quickbook.block.lists.ordered_lists Ordered lists]]

Modified: branches/doc-tools-docs/tools/quickbook/doc/syntax.qbk
==============================================================================
--- branches/doc-tools-docs/tools/quickbook/doc/syntax.qbk (original)
+++ branches/doc-tools-docs/tools/quickbook/doc/syntax.qbk 2011-02-14 20:17:53 EST (Mon, 14 Feb 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