GNOME Bugzilla – Bug 642465
Documentation not generated for some symbols
Last modified: 2011-02-22 18:47:25 UTC
Created attachment 181000 [details] A set of files that demonstrates the problem For some unknown reason Doxygen seems to have problems with one of my source files. I've been able to reproduce the problem in the attached files: In test.h no documentation for the class "DocIsNotGeneratedForThisClass" is generated. If, however, the "namespace something{}" is uncommented in the same file it works, and documentation is generated. The same goes if build_config.h is not included, it also works. That suggest to me that there's something fishy with build_config.h, but I can't see it.
I could not reproduce it with a default config file. Can you attach a self-contained example that includes the config file and for which you verified the problem is indeed present?
Created attachment 181191 [details] Config used when replicating the problem
Changed status back to UNCONFIRMED to reflect that I uploaded the config used to recreate the problem.
I'm pretty sure this is another instance of this bug 639716. *** This bug has been marked as a duplicate of bug 639716 ***