File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,18 @@ using quickbook ;
1616using doxygen ;
1717using 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
3333xml 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
You can’t perform that action at this time.
0 commit comments