GNOME Bugzilla – Bug 638864
Cross inclusion of documented headers causes problems.
Last modified: 2011-03-27 12:43:39 UTC
If you have one header that includes another, and both use the same documented namespace, the first documented entry in the one doing the including doesn't come out correctly. See example. This did not happen in 1.7.2.
Created attachment 177701 [details] Two source files that demonstrate the problem.
With a default configuration file I see no difference in the output between 1.7.2 and 1.7.3. Can you please attach a complete example that includes a config file and the generated output?
Created attachment 177717 [details] Comprehensive test case. A more comprehensive test case. The fail directory shows what happens when it doesn't work, and the success shows when it does. The only source code or config file difference is the #include statement in the fail case.
Did the test case help?
I believe this is another instance of bug 639716, which should be fixed in the next release. *** This bug has been marked as a duplicate of bug 639716 ***