I installed SOURCE_BROWSER = NOand VERBATIM_HEADERS = YESbecause I want clients to be able to see header files. However, I just want to let them see certain headlines. How is the best way to do this.
Thanks in advance for your help!
EDIT . This works, but I will be interested in any other better ways.
EXCLUDE_PATTERNS = */.svn/* *debug* *impl* *boost*
source
share