diff --git a/v2/tools/doxygen.jam b/v2/tools/doxygen.jam index 43736e99b..9950eac67 100644 --- a/v2/tools/doxygen.jam +++ b/v2/tools/doxygen.jam @@ -299,7 +299,7 @@ rule xml-to-boostbook ( target : source : properties * ) } for local title in [ feature.get-values : $(properties) ] { - xslt-properties += "boost.doxygen.reftitle=\"$(title)\"" ; + xslt-properties += "boost.doxygen.reftitle=$(title)" ; } xsltproc.xslt $(target) : $(source) $(d2b-xsl) : $(xslt-properties) ;