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:
@@ -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) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user