Re: [Boost-docs] Specifying multiple failes for Doxygen EXCLUDE

Subject: Re: [Boost-docs] Specifying multiple failes for Doxygen EXCLUDE
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2009-08-21 13:59:09


Paul A. Bristow wrote:

> doxygen autodoc
> :
> [ glob ../../../boost/svg_plot/*.hpp ]
> [ glob ../../../boost/svg_plot/detail/*.hpp ]
> : ...
>
> <doxygen:param>EXCLUDE=../../../boost/svg_plot/svg_fwd.hpp # Try to
avoid
> warnings - file(s) undocumented.
>
> But when I try to add a second file, it doesn't have the desired
effect (or
> triggers the usual unhelpful messages from bjam)
> [...]
> Separating the list of files with a comma isn't allowed by bjam.
>
> Nor does separating with a space appear to work.

It works for me for things like INCLUDE_PATH or PREDEFINED.
Be careful you need to wrap the whole thing "EXCLUDE=..." in quotes due
to the way jamfiles work.

Also, you could directly exclude your files from the glob or
path.glob-tree command.


This archive was generated by hypermail 2.1.7 : 2017-11-11 08:50:41 UTC