
16 Jun
2011
16 Jun
'11
5:49 a.m.
however if i simply add it to the list of files to be parsed by bjam, it will be included into the reference (see [1]). is there any clean way to parse the file with doxygen but avoid it to be listed in the class reference?
I'm not sure as I don't know how copydoc works, but I know of two ways to suppress a header.
You can add "INTERNAL ONLY" to the header description, i.e. add to your header:
/*! \file * INTERNAL ONLY */
that seems to work! thanks, tim