mirror of
https://github.com/boostorg/core.git
synced 2025-05-11 05:07:39 +00:00
Use path-constant to specify path to headers in docs Jamfile.
This commit is contained in:
parent
65723e0e1f
commit
06976ccad7
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user