GNOME Bugzilla – Bug 627371
#define in included file in different directory not handled properly
Last modified: 2010-10-09 08:19:33 UTC
I have a very simple test case where I have a source file which includes a header with some defines from a different directory. All defines made in the header are not used by doxygen. The header is processed which I can see from the fact that every define in the header can not be overwritten by a new define in the source file. The doxygen documentation for the attached testcase only shows the typedef "blubbla" and not the other two typedefs. It should show all three. To reproduce extract the archive and run "doxygen" in doxytest/source. I'm using doxygen 1.7.1 from fedora 13.
Can you please attach the example you mentioned?
Created attachment 168453 [details] Test case Sorry for the missing attachment. I guess I forgot to fill in the description field for the attachment in the original report and it just got dropped silently.
Confirmed. Should be fixed in the next subversion update. As a workaround you could add the include directory to the INPUT list.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.7.2. 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.