https://bugs.kde.org/show_bug.cgi?id=363186
Martin Walch <walch.mar...@web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |walch.mar...@web.de --- Comment #2 from Martin Walch <walch.mar...@web.de> --- Indeed, this seems to be handled by doxygen.xml and the email address seems to be interpreted as HTML tag in the BlockComment context, matching the rule <RegExpr attribute="HTML Tag" context="ML_htmltag" String="<\/?[a-zA-Z_:][a-zA-Z0-9._:-]*" /> So, this is not limited to php, but any language that uses the doxygen markup. A quick fix would probably to add another rule right above with a RegExpr that matches syntactically valid email addresses. However, this would ignore the preceding name. Also, this would not match email addresses that are not enclosed in brackets <...>. I am not sure whether the last one can actually be implemented, because this might conflict with matching doxygen tags. -- You are receiving this mail because: You are watching all bug changes.