
23 Aug
2009
23 Aug
'09
8:44 a.m.
The problem appears to be that doxygen is never invoked to generate the XML files. This applies even if I invoke those targets directly, for example:
$ bjam gcc-mw4 -a date_time_autodoc -d2
Simply prints:
...found 1 target...
And does nothing :-(
FYI I see the same same problem when building on Ubuntu Linix: the Doxygen rule never gets invoked for those two libraries (date_time and logic), where as everything is fine for the other libraries using doxygen. Are you sure you don't have old versions of the doxygen-produced XML files lying around on the hard drive? Confused, John.