# Boost.GIL.Numeric # # Copyright (c) 2013 Christian Henning # # 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 # ----------------------------------------------------------------------------- use-project boost : c:/boost ; using quickbook ; using doxygen ; using boostbook ; # taken from http://boost.2283326.n4.nabble.com/Doxygen-Running-Doxygen-from-BB-td3657608.html doxygen reference.html : [ glob ../../../../boost/gil/extension/numeric/*.hpp ] : "PROJECT_NAME=\"Boost GIL Numeric\"" "PROJECT_LOGO=\"$(BOOST_ROOT)/boost.png\"" #messages QUIET=YES WARN_IF_UNDOCUMENTED=YES WARN_IF_DOC_ERROR=YES # input JAVADOC_AUTOBRIEF=YES EXTRACT_PRIVATE=NO EXTRACT_STATIC=YES HIDE_UNDOC_MEMBERS=YES HIDE_UNDOC_CLASSES=YES # output HIDE_SCOPE_NAMES=YES INLINE_INFO=NO SORT_MEMBER_DOCS=NO SHOW_DIRECTORIES=YES SOURCE_BROWSER=YES REFERENCED_BY_RELATION=NO REFERENCES_RELATION=NO REFERENCES_LINK_SOURCE=NO VERBATIM_HEADERS=NO HIDE_UNDOC_RELATIONS=NO "EXCLUDE_SYMBOLS = \"detail::*\"" ; xml toolbox : numeric.qbk ; boostbook standalone : numeric : boost.root=../../../../.. boost.max.id.length=1024 toc.max.depth=4 toc.section.depth=4 chunk.section.depth=2 ;