Is there a way to make DoCodgen an unregistered C code automatically?

Usually it will ignore C files that are not documented, but I would like to test the Callgraph function, for example, do you know a way around this without modifying the C files?

+7
c doxygen
source share
1 answer

Set the EXTRACT_ALL = YES variable in your Doxyfile.

+9
source share

All Articles