Reputation: 7759
Is there a flag that prevents doxygen from generating a pretty printed copy of the source (i.e. header) file? I just need the actual documentation and not the link to the actual file.
Upvotes: 2
Views: 222
Reputation: 14879
Yes, make sure that
SOURCE_BROWSER = NO
VERBATIM_HEADERS = NO
in the configuration file.
Upvotes: 3