Boost logo

Boost-Commit :

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


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

Log:
Move the comments section after the document info section.
Text files modified:
   branches/doc-tools-docs/tools/quickbook/doc/syntax.qbk | 48 ++++++++++++++++++++--------------------
   1 files changed, 24 insertions(+), 24 deletions(-)

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:19 EST (Mon, 14 Feb 2011)
@@ -41,30 +41,6 @@
 such as un-matched closing brackets do not go haywire and corrupt anything past
 a single block.
 
-[section Comments]
-
-Can be placed anywhere.
-
-[pre
-'''[/ comment (no output generated) ]'''
-]
-
-[/ for testing only... ]
-
-[pre
-'''[/ comments can be nested [/ some more here] ]'''
-]
-
-[/ for testing [/ only ] ]
-
-[pre
-'''[/ Quickbook blocks can nest inside comments. [*Comment this out too!] ]'''
-]
-
-[/ for testing [*only ] ]
-
-[endsect] [/Comments]
-
 [section:docinfo Document Info]
 
 Every document must begin with a Document Info section, which looks something
@@ -131,4 +107,28 @@
 
 [endsect] [/docinfo]
 
+[section Comments]
+
+Can be placed anywhere.
+
+[pre
+'''[/ comment (no output generated) ]'''
+]
+
+[/ for testing only... ]
+
+[pre
+'''[/ comments can be nested [/ some more here] ]'''
+]
+
+[/ for testing [/ only ] ]
+
+[pre
+'''[/ Quickbook blocks can nest inside comments. [*Comment this out too!] ]'''
+]
+
+[/ for testing [*only ] ]
+
+[endsect] [/Comments]
+
 [endsect] [/Syntax Summary]


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