mirror of
https://github.com/boostorg/histogram.git
synced 2026-01-30 07:52:11 +00:00
28 lines
643 B
Plaintext
28 lines
643 B
Plaintext
# Copyright (c) 2016 Klemens D. Morgenstern
|
|
#
|
|
# 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)
|
|
|
|
using boostbook ;
|
|
using quickbook ;
|
|
using doxygen ;
|
|
|
|
doxygen autodoc
|
|
:
|
|
../../../boost/histogram.hpp
|
|
[ glob ../../../boost/histogram/*.hpp ]
|
|
:
|
|
<doxygen:param>PREDEFINED=BOOST_HISTOGRAM_DOXYGEN
|
|
<doxygen:param>HIDE_UNDOC_CLASSES=YES
|
|
<doxygen:param>HIDE_UNDOC_MEMBERS=YES
|
|
;
|
|
|
|
boostbook standalone
|
|
:
|
|
histogram.qbk
|
|
:
|
|
<dependency>autodoc
|
|
<xsl:param>boost.root=../../../..
|
|
<xml:param>html.stylesheet=../../../../doc/src/boostbook.css
|
|
;
|