Subject: [Boost-bugs] [Boost C++ Libraries] #3906: Syntax in Can I use QuickBook for non-Boost documentation?
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-02-06 20:41:12
#3906: Syntax in Can I use QuickBook for non-Boost documentation?
------------------------------------------+---------------------------------
Reporter: mloskot <mateusz@â¦> | Owner: djowel
Type: Bugs | Status: new
Milestone: Boost 1.43.0 | Component: quickbook
Version: Boost 1.42.0 | Severity: Cosmetic
Keywords: |
------------------------------------------+---------------------------------
In the Quickbook FAQ question
[http://www.boost.org/doc/libs/1_42_0/doc/html/quickbook/faq.html Can I
use QuickBook for non-Boost documentation?] there are missing assignmnet
operators in Jamfile example:
{{{
<xsl:param>boost.image.srcimages/my_project_logo.png
<xsl:param>boost.image.alt"\"My Project\""
}}}
should read:
{{{
<xsl:param>boost.image.srcimages=/my_project_logo.png
<xsl:param>boost.image.alt="\"My Project\""
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/3906> 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:02 UTC