Skip to content

Commit 14922e7

Browse files
committed
Avoid global references to boost-root.
1 parent fcf95e5 commit 14922e7

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

doc/Jamfile.v2

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ using quickbook ;
1616
using doxygen ;
1717
using boostbook ;
1818

19-
doxygen autodoc
20-
:
21-
[ glob ../../../boost/algorithm/*.hpp
22-
../../../boost/algorithm/searching/*.hpp
23-
../../../boost/algorithm/cxx11/*.hpp
24-
../../../boost/algorithm/cxx14/*.hpp
25-
../../../boost/algorithm/cxx17/*.hpp
19+
doxygen autodoc
20+
:
21+
[ glob ../include/boost/algorithm/*.hpp
22+
../include/boost/algorithm/searching/*.hpp
23+
../include/boost/algorithm/cxx11/*.hpp
24+
../include/boost/algorithm/cxx14/*.hpp
25+
../include/boost/algorithm/cxx17/*.hpp
2626
]
27-
:
27+
:
2828
<doxygen:param>"PREDEFINED=\"BOOST_ALGORITHM_DOXYGEN=1\""
2929
<doxygen:param>WARNINGS=YES # Default NO, but useful to see warnings, especially in a logfile.
30-
;
30+
;
3131

3232

3333
xml algorithm : algorithm.qbk ;
@@ -36,7 +36,7 @@ boostbook standalone
3636
:
3737
algorithm
3838
:
39-
<dependency>autodoc
39+
<dependency>autodoc
4040
<xsl:param>boost.root=../../../..
4141
<xsl:param>"boost.doxygen.reftitle=Boost.Algorithms C++ Reference"
4242
<xsl:param>chapter.autolabel=0

0 commit comments

Comments
 (0)