[Boost-docs] Specifying multiple failes for Doxygen EXCLUDE

Subject: [Boost-docs] Specifying multiple failes for Doxygen EXCLUDE
From: Paul A. Bristow (pbristow_at_[hidden])
Date: 2009-08-21 10:46:06


In my jamfile I have

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)

Adding a second EXCLUDE

  <doxygen:param>EXCLUDE=../../../boost/svg_plot/stylesheet.hpp

Appears to override the first

<doxygen:param>EXCLUDE+= doesn't seem to work (though it does in a doxyfile)

Separating the list of files with a comma isn't allowed by bjam.

Nor does separating with a space appear to work.

Suggestions on what I am doing wrong please!

Thanks

Paul

---
Paul A. Bristow
Prizet Farmhouse
Kendal, UK   LA8 8AB
+44 1539 561830, mobile +44 7714330204
pbristow_at_[hidden]

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