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

Posted by piotr on Stack Overflow See other posts from Stack Overflow or by piotr
Published on 2010-04-15T12:17:04Z Indexed on 2010/04/15 12:23 UTC
Read the original article Hit count: 173

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about doxygen

Related posts about c