问题
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*
回答1:
If \internal
tag does not work, you can try \cond ... \endcond
tags for marking a portion of code to be hidden from Doxygen.
来源:https://stackoverflow.com/questions/2242326/how-to-exclude-private-headers-from-showing-up-in-source-browser