GNOME Bugzilla – Bug 665778
bug in comma treatment for C++ enums
Last modified: 2011-12-10 20:39:24 UTC
Created attachment 203052 [details] minimal example to reproduce the bug It seems like doxygen treats every comma in an C++ enumeration as a separator indicating that the next enumerator in the list is following. This leads to incorrect documentation of the enum if the expression defining the value of an enumerator contains a comma, e.g. when used to specify a template argument list for meta-programming. See the 'Bar' class in the attached file for a minimal example to reproduce this bug.
Confirmed. Should be fixed in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.7.6.1. 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.