GNOME Bugzilla – Bug 688463
Double underscore in identifiers not ignored by markdown (PATCH)
Last modified: 2012-12-26 16:09:30 UTC
A reference to the following identifier is not correctly processed by markdown. MyNameSpace::__MyClass::__MyMethod() The problems is that the function findEmphasisChar() in markdown.cpp only checks correctly for a single character emphasis token to end the emphasis part. In my opinion it should check for a emphasis token of the same size as the start token. I've modified this function in the attached file (based on svn revision 833) by adding a parameter to indicate the size of the token.
Did you forget to attach the file?
Created attachment 229225 [details] Modified markdown.cpp for emphasis fix 2nd attempt for attachment. (1st somehow failed)
Thanks, I'll include the patch in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.3. 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.