2
0
mirror of https://github.com/boostorg/spirit.git synced 2026-01-19 04:42:11 +00:00

Doc: Fixed unescaped semicolon warning

Jamfile:53: Unescaped special character in argument <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/spirit/doc/html
This commit is contained in:
Nikita Kniazev
2018-12-18 21:09:04 +00:00
committed by GitHub
parent b46ef58159
commit f74e895d4f

View File

@@ -50,7 +50,7 @@ boostbook spirit2
<include>.
<format>pdf:<xsl:param>img.src.path=$(images_location)/
<format>pdf:<xsl:param>draft.mode="no"
<format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/spirit/doc/html
<format>pdf:<xsl:param>"boost.url.prefix=http://www.boost.org/doc/libs/release/libs/spirit/doc/html"
;
###############################################################################