[build] doxygen and predefined macros

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 ;
participants (1)
-
Angus Leeming