Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#3906 closed Bugs (fixed)

Syntax in Can I use QuickBook for non-Boost documentation?

Reported by: mloskot <mateusz@…> 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 Daniel James, 13 years ago

(In [60377]) Escape a couple of equal signs. Refs #3906.

comment:2 by Mateusz Loskot, 13 years ago

Resolution: fixed
Status: newclosed

I assume I'm supposed to confirm as fixed and close the ticket. So, fixed, closing.

comment:3 by Daniel James, 13 years ago

I usually only close a ticket when it's fixed on the release branch. But nevermind.

comment:4 by Mateusz Loskot, 13 years ago

I didn't know that. I'll keep it in mind. Thanks.

comment:5 by Daniel James, 13 years ago

(In [60665]) Merge quickbook.

  • 32-bit unicode escapes.
  • Escape a couple of equal signs. Fixes #3906.
Note: See TracTickets for help on using tickets.