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?

piotr
  • 5,657
  • 1
  • 35
  • 60

1 Answers1

11

Set the variable EXTRACT_ALL = YES in your Doxyfile.

Didier Trosset
  • 36,376
  • 13
  • 83
  • 122