I have set SOURCE_BROWSER = NO and VERBATIM_HEADERS = YES because I want clients to be able to see the header files. However, I only want to allow them to see certain headers. How is the best way to do this.
Thanks in advance for any help!
EDIT: This appears to work, but I would be interested in any other better ways.
EXCLUDE_PATTERNS = */.svn/* *debug* *impl* *boost*
If
\internaltag does not work, you can try\cond ... \endcondtags for marking a portion of code to be hidden from Doxygen.