2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 00:32:11 +00:00

Force doxygen to not use a format as it's meaningless and avoids conflicts when building other multi-format docs.

This commit is contained in:
Rene Rivera
2015-12-23 10:08:56 -06:00
parent 8849b091c5
commit 7d80077b49

View File

@@ -619,6 +619,7 @@ rule check-tools ( target )
rule doxygen ( target : sources + : requirements * : default-build * :
usage-requirements * )
{
requirements += <format>none ;
freeze-config ;
local project = [ project.current ] ;
@@ -726,7 +727,7 @@ rule doxygen ( target : sources + : requirements * : default-build * :
images-location = $(images-location)/ ;
}
requirements +=
requirements +=
<dependency>$(target).doxygen-xml-images
<xsl:param>boost.doxygen.formuladir=$(images-location) ;
}