mirror of
https://github.com/boostorg/algorithm.git
synced 2025-08-02 14:04:25 +02:00
Avoid global references to boost-root.
This commit is contained in:
@@ -16,18 +16,18 @@ using quickbook ;
|
|||||||
using doxygen ;
|
using doxygen ;
|
||||||
using boostbook ;
|
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\""
|
||||||
<doxygen:param>WARNINGS=YES # Default NO, but useful to see warnings, especially in a logfile.
|
<doxygen:param>WARNINGS=YES # Default NO, but useful to see warnings, especially in a logfile.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
xml algorithm : algorithm.qbk ;
|
xml algorithm : algorithm.qbk ;
|
||||||
@@ -36,7 +36,7 @@ boostbook standalone
|
|||||||
:
|
:
|
||||||
algorithm
|
algorithm
|
||||||
:
|
:
|
||||||
<dependency>autodoc
|
<dependency>autodoc
|
||||||
<xsl:param>boost.root=../../../..
|
<xsl:param>boost.root=../../../..
|
||||||
<xsl:param>"boost.doxygen.reftitle=Boost.Algorithms C++ Reference"
|
<xsl:param>"boost.doxygen.reftitle=Boost.Algorithms C++ Reference"
|
||||||
<xsl:param>chapter.autolabel=0
|
<xsl:param>chapter.autolabel=0
|
||||||
|
Reference in New Issue
Block a user