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

1

9

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?

Nadaba answered 15/4, 2010 at 12:17 Comment(0)
D
11

Set the variable EXTRACT_ALL = YES in your Doxyfile.

Dissolvent answered 15/4, 2010 at 12:20 Comment(1)
Also RECURSIVE was missing for me. ThanksNadaba

© 2022 - 2024 — McMap. All rights reserved.