[Boost-docs] Patch for doxygen.jam

Subject: [Boost-docs] Patch for doxygen.jam
From: John Maddock (john_at_[hidden])
Date: 2007-12-07 10:19:45


The following patch:

Index: tools/build/v2/tools/doxygen.jam
===================================================================
--- tools/build/v2/tools/doxygen.jam (revision 41793)
+++ tools/build/v2/tools/doxygen.jam (working copy)
@@ -299,7 +299,7 @@
     }
     for local title in [ feature.get-values <reftitle> : $(properties) ]
     {
- xslt-properties += "<xsl:param>boost.doxygen.reftitle=\"$(title)\""
;
+ xslt-properties += "<xsl:param>boost.doxygen.reftitle=$(title)" ;
     }

     xsltproc.xslt $(target) : $(source) $(d2b-xsl) : $(xslt-properties) ;

Prevents the title from being ""double quoted"" on the command line: this
breaks Doxygen builds on Win32. It appears that Boost.Units is the only
library using this feature at present, but the patch is required to get the
latest Boost.Units sandbox docs to build (see attached email for the initial
problem report).

Is this the correct fix? Should I go ahead and commit?

Thanks, John.


attached mail follows:




This archive was generated by hypermail 2.1.7 : 2017-11-11 08:50:40 UTC