# Boost.Algorithm # # Copyright (c) 2010-2012 Marshall Clow # # 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) # Quickbook # ----------------------------------------------------------------------------- import os ; using quickbook ; using doxygen ; using boostbook ; local BOOST_ROOT = [ os.environ BOOST_ROOT ] ; doxygen autodoc : [ glob ../../../boost/algorithm/*.hpp ../../../boost/algorithm/searching/*.hpp ] : "PREDEFINED=\"BOOST_ALGORITHM_DOXYGEN=1\"" WARNINGS=YES # Default NO, but useful to see warnings, especially in a logfile. ; xml algorithm : algorithm.qbk ; # path-constant boost-images : $(BOOST_ROOT)/doc/src/images ; boostbook standalone : algorithm : autodoc boost.root=$(BOOST_ROOT) "boost.doxygen.reftitle=Boost.Algorithms C++ Reference" chapter.autolabel=0 chunk.section.depth=8 toc.section.depth=2 toc.max.depth=2 generate.section.toc.level=1 ;