# 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/utility/identity_type import quickbook ; using boostbook ; doxygen reference : ../../../../boost/utility/identity_type.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\" " ; # This target must be called "index" so to generate "index.html" file. xml index : identity_type.qbk : reference ; boostbook doc : index : html onehtml toc.section.depth=0 html.stylesheet=../../../../../doc/src/boostbook.css boost.root=../../../../.. ; # # This is very imperfect - it results in both html and pdf docs being built, # for some reason I can't get the "onehtml" format specified above to play nice # with the usual incantations for mixed pdf/html builds. JM 06/2012. # boostbook pdf_doc : index : pdf html:no ; install pdf_doc_install : pdf_doc : . identity_type.pdf PDF ; explicit pdf_doc_install ;