2014-06-01 18:08:55 -07:00
|
|
|
# Copyright (c) 2014 Glen Joseph Fernandes
|
|
|
|
# glenfe at live dot com
|
|
|
|
#
|
|
|
|
# Distributed under the Boost Software License,
|
|
|
|
# Version 1.0. (See accompanying file LICENSE_1_0.txt
|
|
|
|
# or copy at http://boost.org/LICENSE_1_0.txt)
|
2014-06-01 22:22:37 +04:00
|
|
|
|
2014-06-04 21:23:29 -07:00
|
|
|
import doxygen ;
|
2014-06-01 18:08:55 -07:00
|
|
|
import quickbook ;
|
2014-06-01 22:22:37 +04:00
|
|
|
|
2014-06-04 21:23:29 -07:00
|
|
|
doxygen ref_reference
|
|
|
|
:
|
|
|
|
[ glob ../../../boost/core/ref.hpp ]
|
|
|
|
:
|
|
|
|
<doxygen:param>ENABLE_PREPROCESSING=YES
|
|
|
|
<doxygen:param>EXPAND_ONLY_PREDEF=YES
|
|
|
|
<doxygen:param>EXTRACT_ALL=NO
|
|
|
|
<doxygen:param>EXTRACT_PRIVATE=NO
|
|
|
|
<doxygen:param>HIDE_UNDOC_MEMBERS=YES
|
|
|
|
<doxygen:param>MACRO_EXPANSION=YES
|
|
|
|
;
|
|
|
|
|
2014-06-01 18:08:55 -07:00
|
|
|
xml core : core.qbk ;
|
2014-06-01 22:22:37 +04:00
|
|
|
|
2014-06-01 18:08:55 -07:00
|
|
|
boostbook standalone
|
|
|
|
:
|
|
|
|
core
|
|
|
|
:
|
2014-06-04 21:23:29 -07:00
|
|
|
<dependency>ref_reference
|
2014-06-01 18:08:55 -07:00
|
|
|
<xsl:param>boost.root=http://boost.org/doc/libs/master
|
|
|
|
<xsl:param>generate.section.toc.level=1
|
|
|
|
<xsl:param>toc.max.depth=1
|
|
|
|
;
|