GNOME Bugzilla – Bug 780439
C# Generic and non-generic classes with the same name generate documentation for only one of them
Last modified: 2018-07-30 10:15:11 UTC
Created attachment 348556 [details] Config file and source example When I have two C# classes, one generic and one specific, e.g. `InNamespace` and `InNamespace<T>` the documentation output (in Class List) contains only one of the classes. Now there are two sub-situations: 1) if the class is contained in a namespace, the non-generic class documentation is generated, but its methods are not documented. 2) if the class is not contained in a namespace, only the generic class appears in ClassList, and the documentation contains methods from both generic and non-generic classes. Please take a look at the attached example that covers all of those situations.
As discussed in https://github.com/doxygen/doxygen/pull/734 , Doxygen has moved its issue tracking to https://github.com/doxygen/doxygen/issues All Doxygen tickets in GNOME Bugzilla have been migrated to Github. You can subscribe and participate in the new ticket in Github. You can find the corresponding Github ticket by searching for its Bugzilla ID (number) in Github. Hence I am closing this GNOME Bugzilla ticket. Please use the corresponding ticket in Github instead. Thanks a lot!