Thursday, April 21, 2011

Is there a way to make doxygen process undocumented C code automatically?

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

From stackoverflow
  • Set the variable EXTRACT_ALL = YES in your Doxyfile.

    piotr : Also RECURSIVE was missing for me. Thanks

0 comments:

Post a Comment