mirror of
https://github.com/boostorg/histogram.git
synced 2026-01-19 04:12:12 +00:00
Update doc Jamfile (#414)
This commit is contained in:
17
doc/Jamfile
17
doc/Jamfile
@@ -39,17 +39,20 @@ doxygen reference
|
||||
\"BOOST_ATTRIBUTE_NODISCARD\""
|
||||
;
|
||||
|
||||
actions doxygen-postprocessing
|
||||
{
|
||||
if [ os.name ] = NT
|
||||
if [ os.name ] = NT
|
||||
{
|
||||
python $(THIS_PATH)/doxygen_postprocessing.py "$(>)"
|
||||
actions doxygen-postprocessing
|
||||
{
|
||||
python $(THIS_PATH)/doxygen_postprocessing.py "$(>)"
|
||||
}
|
||||
}
|
||||
else
|
||||
else
|
||||
{
|
||||
python3 $(THIS_PATH)/doxygen_postprocessing.py "$(>)"
|
||||
actions doxygen-postprocessing
|
||||
{
|
||||
python3 $(THIS_PATH)/doxygen_postprocessing.py "$(>)"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
notfile reference-pp : @doxygen-postprocessing : reference.xml ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user