I am adding code to a large library that is documented with Doxygen. I wish for some of the files to not be included in the Doxygen documentation.
The doxyfile contains many controls to include and exclude specific files, but since many people contribute to this library I'd prefer to avoid modifying the doxyfile.
Are there any special commands that I can put into the files themselves, that instructs Doxygen to ignore the whole file?