mirror of
https://github.com/boostorg/algorithm.git
synced 2025-07-30 12:37:15 +02:00
Avoid global references to boost-root.
This commit is contained in:
@ -18,11 +18,11 @@ using boostbook ;
|
|||||||
|
|
||||||
doxygen autodoc
|
doxygen autodoc
|
||||||
:
|
:
|
||||||
[ glob ../../../boost/algorithm/*.hpp
|
[ glob ../include/boost/algorithm/*.hpp
|
||||||
../../../boost/algorithm/searching/*.hpp
|
../include/boost/algorithm/searching/*.hpp
|
||||||
../../../boost/algorithm/cxx11/*.hpp
|
../include/boost/algorithm/cxx11/*.hpp
|
||||||
../../../boost/algorithm/cxx14/*.hpp
|
../include/boost/algorithm/cxx14/*.hpp
|
||||||
../../../boost/algorithm/cxx17/*.hpp
|
../include/boost/algorithm/cxx17/*.hpp
|
||||||
]
|
]
|
||||||
:
|
:
|
||||||
<doxygen:param>"PREDEFINED=\"BOOST_ALGORITHM_DOXYGEN=1\""
|
<doxygen:param>"PREDEFINED=\"BOOST_ALGORITHM_DOXYGEN=1\""
|
||||||
|
Reference in New Issue
Block a user