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?
Asked
Active
Viewed 1,874 times
1 Answers
11
Set the variable EXTRACT_ALL = YES
in your Doxyfile.

Didier Trosset
- 36,376
- 13
- 83
- 122
-
1Also RECURSIVE was missing for me. Thanks – piotr Apr 16 '10 at 05:23