Re: [Boost-bugs] [Boost C++ Libraries] #2440: Content after sections causes invalid boostbook.

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #2440: Content after sections causes invalid boostbook.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-04-28 14:02:50


#2440: Content after sections causes invalid boostbook.
--------------------------------------+-------------------------------------
  Reporter: danieljames | Owner: danieljames
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: quickbook
   Version: Boost Development Trunk | Severity: Problem
Resolution: fixed | Keywords:
--------------------------------------+-------------------------------------
Changes (by danieljames):

  * status: assigned => closed
  * resolution: => fixed


Old description:

> It's probably impossible to get quickbook to always generate valid
> boostbook, but we could make some small improvements. In this case:
>
> [section ...] ... [endsect]
>
> [#target]
>
> [section ...] ... [endsect]
>
> Docbook doesn't allow anchors between sections (so neither does
> boostbook) - but the anchor could be placed in the following section's
> title. This has been causing problems for fop.
>
> It might also be useful to warn about paragraphs between (or after)
> sections when valid boostbook can't be generated.

New description:

 It's probably impossible to get quickbook to always generate valid
 boostbook, but we could make some small improvements. In this case:
 {{{
    [section ...] ... [endsect]

    [#target]

    [section ...] ... [endsect]
 }}}
 Docbook doesn't allow anchors between sections (so neither does boostbook)
 - but the anchor could be placed in the following section's title. This
 has been causing problems for fop.

 It might also be useful to warn about paragraphs between (or after)
 sections when valid boostbook can't be generated.

--
Comment:
 The anchor part of this was fixed in [67324]. Other content between
 sections isn't handled, but I think that anchors were the important part,
 so I'm marking this as fixed.
-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/2440#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:12 UTC