Avoid global references to boost-root.

This commit is contained in:
Rene Rivera
2024-04-13 11:15:55 -05:00
parent fcf95e504b
commit 14922e71c0

View File

@ -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\""