Boost logo

Boost :

From: Angus Leeming (angus.leeming_at_[hidden])
Date: 2004-09-27 06:16:01


My header file defines two macros, BOOST_LIB_NAME and BOOST_GLOB_DECL. I
don't want either to be documented, but find that I can pass only one
PREDEFINED variable to doxygen through Jamfile.v2. Multiple PREDEFINED
lines don't work. Is ther a way to pass more than one variable on a single
line?

Regards,
Angus

import toolset ;
toolset.using doxygen ;

doxygen autodoc
    : ../../../boost/glob.hpp
    :
        <doxygen:param>EXTRACT_ALL=YES
        <doxygen:param>EXTRACT_PRIVATE=NO
        <doxygen:param>HIDE_UNDOC_MEMBERS=YES
        <doxygen:param>ENABLE_PREPROCESSING=YES
        <doxygen:param>MACRO_EXPANSION=YES
        <doxygen:param>EXPAND_ONLY_PREDEF=YES
        <doxygen:param>PREDEFINED=BOOST_GLOB_DECL
        <doxygen:param>SEARCH_INCLUDES=YES
    ;

boostbook glob
    : glob.qbk.xml
    :
      <xsl:param>boost.root=../../../..
      <xsl:param>toc.max.depth=3
      <xsl:param>toc.section.depth=3
      <xsl:param>chunk.section.depth=3
    ;


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk