mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-11 13:34:10 +00:00
Geometry: add doxygen preprocessor definitions to Jamfile.v2
[SVN r60498]
This commit is contained in:
parent
e3aaf22696
commit
3cce883da2
@ -14,37 +14,10 @@ using doxygen ;
|
|||||||
path-constant here : . ;
|
path-constant here : . ;
|
||||||
path-constant images_location : html ;
|
path-constant images_location : html ;
|
||||||
|
|
||||||
rule run_doxygen ( target : files * : name )
|
|
||||||
{
|
|
||||||
doxygen $(target)
|
|
||||||
:
|
|
||||||
$(files)
|
|
||||||
:
|
|
||||||
<doxygen:param>EXTRACT_ALL=YES
|
|
||||||
<doxygen:param>EXPAND_ONLY_PREDEF=YES
|
|
||||||
<doxygen:param>HIDE_UNDOC_MEMBERS=NO
|
|
||||||
<doxygen:param>EXTRACT_PRIVATE=NO
|
|
||||||
<doxygen:param>ENABLE_PREPROCESSING=YES
|
|
||||||
<doxygen:param>MACRO_EXPANSION=YES
|
|
||||||
$(expand)
|
|
||||||
<doxygen:param>SEARCH_INCLUDES=NO
|
|
||||||
<reftitle>$(name)
|
|
||||||
;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
run_doxygen access_reference
|
|
||||||
:
|
|
||||||
[ glob $(here)/../../../../boost/geometry/core/access.hpp ]
|
|
||||||
:
|
|
||||||
"Access"
|
|
||||||
;
|
|
||||||
|
|
||||||
xml geometry
|
xml geometry
|
||||||
:
|
:
|
||||||
geometry.qbk
|
geometry.qbk
|
||||||
:
|
:
|
||||||
<dependency>access_reference
|
|
||||||
;
|
;
|
||||||
|
|
||||||
boostbook standalone
|
boostbook standalone
|
||||||
|
Loading…
x
Reference in New Issue
Block a user