#3906 closed Bugs (fixed)
Syntax in Can I use QuickBook for non-Boost documentation?
Reported by: | Owned by: | Joel de Guzman | |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | quickbook |
Version: | Boost 1.42.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
In the Quickbook FAQ question 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\""
Change History (5)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I assume I'm supposed to confirm as fixed and close the ticket. So, fixed, closing.
comment:3 by , 13 years ago
I usually only close a ticket when it's fixed on the release branch. But nevermind.
comment:5 by , 13 years ago
Note:
See TracTickets
for help on using tickets.
(In [60377]) Escape a couple of equal signs. Refs #3906.