Re: [Boost-bugs] [Boost C++ Libraries] #8545: Can quickbook support parts and chapters as well as sections?

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #8545: Can quickbook support parts and chapters as well as sections?
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-05-06 16:21:35


#8545: Can quickbook support parts and chapters as well as sections?
--------------------------------------+-------------------------------------
  Reporter: johnmaddock | Owner: danieljames
      Type: Feature Requests | Status: assigned
 Milestone: To Be Determined | Component: quickbook
   Version: Boost Development Trunk | Severity: Problem
Resolution: | Keywords:
--------------------------------------+-------------------------------------

Comment (by johnmaddock):

 I've been experimenting with those features, and there's some bugs in the
 documentation for [bock]:

 {{{
 [template chapter[title]
     [block'''<chapter><title>'''[title]'''</title>''']]
 [template chapterend
     [block'''</chapter>''']]
 }}}

 Should be:

 {{{
 [template chapter[title]
 [block'''<chapter><title>'''[title]'''</title>''']]
 [template chapterend[]
 [block'''</chapter>''']]
 }}}

 Note the extra [] after chapterend. The original with the indent just
 formats everything as code... not sure if that's intentional? Probably
 should be thinking about it.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/8545#comment:2>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:13 UTC