# Copyright (C) 2009-2012 Lorenzo Caminiti # Distributed under the Boost Software License, Version 1.0 # (see accompanying file LICENSE_1_0.txt or a copy at # http://www.boost.org/LICENSE_1_0.txt) # Home at http://www.boost.org/libs/local_function import quickbook ; using boostbook ; path-constant images_location : html ; path-constant here : . ; doxygen reference : ../../../boost/local_function.hpp ../../../boost/local_function/config.hpp : "Reference" PREDEFINED="DOXYGEN" QUIET=YES WARN_IF_UNDOCUMENTED=NO HIDE_UNDOC_MEMBERS=YES HIDE_UNDOC_CLASSES=YES ALIASES=" Params=\"Parameters: \" Param{2}=\"\" EndParams=\"
\\1\\2
\" Returns=\"Returns:\" Note=\"Note:\" Warning=\"Warning:\" See=\"See:\" RefSect{2}=\"\\xmlonly\\2\\endxmlonly\" RefClass{1}=\"\\xmlonly\\1\\endxmlonly\" RefFunc{1}=\"\\xmlonly\\1\\endxmlonly\" RefMacro{1}=\"\\xmlonly\\1\\endxmlonly\" " ; xml qbk : local_function.qbk : introduction.qbk getting_started.qbk tutorial.qbk advanced_topics.qbk examples.qbk reference alternatives.qbk no_variadic_macros.qbk implementation.qbk release_notes.qbk bibliography.qbk acknowledgements.qbk ; boostbook doc : qbk : boost.root=../../../.. boost.defaults=Boost pdf:boost.url.prefix=http://www.boost.org/doc/libs/release/libs/local_function/doc/html pdf:admon.graphics.extension=".svg" pdf:img.src.path=$(images_location)/ pdf:draft.mode="no" ; install pdfinstall : doc/pdf : . PDF local_function.pdf ; explicit pdfinstall ; ############################################################################### alias boostdoc ; explicit boostdoc ; alias boostrelease : doc ; explicit boostrelease ;