Subject: Re: [Boost-bugs] [Boost C++ Libraries] #2712: Quickbook uses article title rather than article id for links
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-02-02 13:28:26
#2712: Quickbook uses article title rather than article id for links
---------------------------+------------------------------------------------
Reporter: pbristow | Owner: danieljames
Type: Bugs | Status: assigned
Milestone: Boost 1.38.0 | Component: quickbook
Version: Boost 1.37.0 | Severity: Cosmetic
Resolution: | Keywords: quickbook link article id title
---------------------------+------------------------------------------------
Changes (by danieljames):
* status: new => assigned
* component: None => quickbook
Comment:
OK, I think the problem is that you've got a space after the colon in your
section:
{{{
[section: my_section1 This is my 1st section]
}}}
should be:
{{{
[section:my_section1 This is my 1st section]
}}}
which should work as you expect. It's not the article id that's wrong it's
the section id.
So, it's not exactly a bug, but quickbook should behave better in this
circumstance - either by ignoring the space and using the section id that
you were expecting, or a warning or error. The warning is the only non-
breaking option, but one of the other two could be used for quickbook 1.5.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/2712#comment:1> 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:49:59 UTC