Use path-constant to specify path to headers in docs Jamfile.

This commit is contained in:
Andrey Semashev 2021-12-23 15:10:58 +03:00
parent 65723e0e1f
commit 06976ccad7

View File

@ -5,12 +5,15 @@
# Version 1.0. (See accompanying file LICENSE_1_0.txt # Version 1.0. (See accompanying file LICENSE_1_0.txt
# or copy at http://boost.org/LICENSE_1_0.txt) # or copy at http://boost.org/LICENSE_1_0.txt)
import project ;
import doxygen ; import doxygen ;
import quickbook ; import quickbook ;
path-constant INCLUDES : ../../.. ;
doxygen ref_reference doxygen ref_reference
: :
[ glob ../../../boost/core/ref.hpp ] $(INCLUDES)/boost/core/ref.hpp
: :
<doxygen:param>ENABLE_PREPROCESSING=YES <doxygen:param>ENABLE_PREPROCESSING=YES
<doxygen:param>EXPAND_ONLY_PREDEF=YES <doxygen:param>EXPAND_ONLY_PREDEF=YES