GNOME Bugzilla – Bug 615670
C# XML documentation comments required to be used on invalid language elements.
Last modified: 2010-06-15 11:21:43 UTC
In some cases Doxygen requires the namespace to be documented for the document to be processed. As per the C# language specifications Appendix A, XML documentation comments are not valid on namespaces. If XML documentation is generated (via the project settings) warnings will be generated on build if an XML comment is on a namespace. However, these comments are required for Doxygen to process the document. -Karl
Confirmed. I'll change doxygen such that also undocumented namespaces are extracted in case of C# code.
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.