Skip to content

Commit 6eaea7f

Browse files
authored
Update doc Jamfile (#414)
1 parent aa3e67e commit 6eaea7f

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

doc/Jamfile

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,20 @@ doxygen reference
3939
\"BOOST_ATTRIBUTE_NODISCARD\""
4040
;
4141

42-
actions doxygen-postprocessing
43-
{
44-
if [ os.name ] = NT
42+
if [ os.name ] = NT
4543
{
46-
python $(THIS_PATH)/doxygen_postprocessing.py "$(>)"
44+
actions doxygen-postprocessing
45+
{
46+
python $(THIS_PATH)/doxygen_postprocessing.py "$(>)"
47+
}
4748
}
48-
else
49+
else
4950
{
50-
python3 $(THIS_PATH)/doxygen_postprocessing.py "$(>)"
51+
actions doxygen-postprocessing
52+
{
53+
python3 $(THIS_PATH)/doxygen_postprocessing.py "$(>)"
54+
}
5155
}
52-
}
5356

5457
notfile reference-pp : @doxygen-postprocessing : reference.xml ;
5558

0 commit comments

Comments
 (0)