mirror of
https://github.com/boostorg/histogram.git
synced 2025-05-10 15:24:05 +00:00
49 lines
1.3 KiB
Plaintext
49 lines
1.3 KiB
Plaintext
# Copyright (c) 2016-2017 Klemens D. Morgenstern, Hans P. Dembinski
|
|
#
|
|
# Distributed under the Boost Software License, Version 1.0. (See accompanying
|
|
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
import doxygen ;
|
|
import quickbook ;
|
|
|
|
doxygen autodoc
|
|
:
|
|
../../../boost/histogram.hpp
|
|
[ glob ../../../boost/histogram/*.hpp ]
|
|
[ glob ../../../boost/histogram/storage/*.hpp ]
|
|
:
|
|
<doxygen:param>PREDEFINED=BOOST_HISTOGRAM_DOXYGEN
|
|
<doxygen:param>EXTRACT_ALL=NO
|
|
<doxygen:param>EXTRACT_PRIVATE=NO
|
|
<doxygen:param>HIDE_UNDOC_MEMBERS=YES
|
|
<doxygen:param>HIDE_UNDOC_CLASSES=YES
|
|
<doxygen:param>ENABLE_PREPROCESSING=YES
|
|
<doxygen:param>MACRO_EXPANSION=YES
|
|
<doxygen:param>EXPAND_ONLY_PREDEF=YES
|
|
<doxygen:param>SEARCH_INCLUDES=NO
|
|
<doxygen:param>JAVADOC_AUTOBRIEF=YES
|
|
<doxygen:param>USE_MATHJAX=YES
|
|
<doxygen:param>SORT_MEMBER_DOCS=NO
|
|
;
|
|
|
|
exe speed
|
|
: ../test/speed_cpp.cpp
|
|
: <variant>release
|
|
<c++-template-depth>256
|
|
<cxxflags>"-std=c++11"
|
|
;
|
|
|
|
boostbook histogram
|
|
:
|
|
histogram.qbk
|
|
:
|
|
<dependency>autodoc
|
|
|
|
<format>html:<xsl:param>boost.root=../../../..
|
|
<format>html:<xsl:param>boost.libraries=../../../../libs/libraries.htm
|
|
<xsl:param>generate.section.toc.level=3
|
|
<xsl:param>chunk.first.sections=1
|
|
<xsl:param>boost.mathjax=1
|
|
|
|
;
|