GNOME Bugzilla – Bug 611888
Preprocessor include file handling is broken
Last modified: 2010-06-16 16:16:58 UTC
Created attachment 155295 [details] Screenshots Doxygen Doxygen version 1.6.3 has a problem with C files with nested includes. Please find attached a screenshot of output from 1.5.6 and 1.6.3. Output of version 1.5.6 is right, output of 1.6.3 is missing include files and shows wrong references in include graph (and call graph at bottom). Please let me apologize for not providing a better example, I was not able to reproduce the problem with a smaller example (source is not included because of commercial code). Problem is independent of configuration (e.g. setting of MACRO_EXPANSION), I tried several combinations and all have the same result.
Confirmed. There was an optimization done in the preprocessor, which has this unwanted side-effect. Should be fixed in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.7.0. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant.
Problem fixed, version 1.7.0 now shows all code parts. Remark: To have the correct printout, I had to add all directories with header files manually in INCLUDE_PATH, despite the fact, that all header files are already input files.