Update doc Jamfile (#414)

This commit is contained in:
Sam Darwin
2025-06-12 10:10:25 -06:00
committed by GitHub
parent aa3e67e9ad
commit 6eaea7fead

View File

@@ -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 ;