In my project, I'd like to scan all source files for documentation, but only include in the generated documentation the full source code for some source files (example code, for example).
Currently I've set SOURCE_BROWSER
and VERBATIM_HEADERS
to NO
, so no source files are included.
Is there some way I can provide a list of source files I'd like to include despite those settings?
Or, if I turn those options back on, is there some way I can provide a list of source files to exclude?