Jamfile.v2 1.8 KB

123456789101112131415161718192021222324252627282930313233
  1. # Copyright (C) 2009-2012 Lorenzo Caminiti
  2. # Distributed under the Boost Software License, Version 1.0
  3. # (see accompanying file LICENSE_1_0.txt or a copy at
  4. # http://www.boost.org/LICENSE_1_0.txt)
  5. # Home at http://www.boost.org/libs/functional/overloaded_function
  6. import quickbook ;
  7. using boostbook ;
  8. doxygen reference
  9. : ../../../../boost/functional/overloaded_function.hpp
  10. ../../../../boost/functional/overloaded_function/config.hpp
  11. : <reftitle>"Reference"
  12. <doxygen:param>PREDEFINED="DOXYGEN"
  13. <doxygen:param>QUIET=YES
  14. <doxygen:param>WARN_IF_UNDOCUMENTED=NO
  15. <doxygen:param>HIDE_UNDOC_MEMBERS=YES
  16. <doxygen:param>HIDE_UNDOC_CLASSES=YES
  17. <doxygen:param>ALIASES=" Params=\"<b>Parameters:</b> <table border="0">\" Param{2}=\"<tr><td><b><tt>\\1</tt></b></td><td>\\2</td></tr>\" EndParams=\"</table>\" Returns=\"<b>Returns:</b>\" Note=\"<b>Note:</b>\" Warning=\"<b>Warning:</b>\" See=\"<b>See:</b>\" RefSect{2}=\"\\xmlonly<link linkend='boost_functional_overloadedfunction.\\1'>\\2</link>\\endxmlonly\" RefClass{1}=\"\\xmlonly<computeroutput><classname alt='\\1'>\\1</classname></computeroutput>\\endxmlonly\" RefFunc{1}=\"\\xmlonly<computeroutput><functionname alt='\\1'>\\1</functionname></computeroutput>\\endxmlonly\" RefMacro{1}=\"\\xmlonly<computeroutput><macroname alt='\\1'>\\1</macroname></computeroutput>\\endxmlonly\" "
  18. ;
  19. xml qbk : overloaded_function.qbk : <dependency>reference ;
  20. boostbook doc : qbk
  21. : <xsl:param>boost.root=../../../../..
  22. <xsl:param>boost.defaults=Boost
  23. <xsl:param>generate.consistent.ids=1
  24. <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/functional/overloaded_function/doc/html
  25. ;
  26. install pdfinstall : doc/<format>pdf : <location>. <install-type>PDF <name>overloaded_function.pdf ;
  27. explicit pdfinstall ;