From 137b2e8dd03a98e692c2f6d813b47f19f2c64e5b Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Mon, 25 Dec 2017 13:08:23 +0100 Subject: Bug 790788 - Doxygen not showing the public, non-static member function --- src/scanner.l | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/scanner.l b/src/scanner.l index 2639ddf..fd1568b 100644 --- a/src/scanner.l +++ b/src/scanner.l @@ -5029,6 +5029,11 @@ OPERATOR "operator"{B}*({ARITHOP}|{ASSIGNOP}|{LOGICOP}|{BITOP}) } } } +">"{BN}*"{" { // C++11 style initializer (see bug 790788) + lineCount(); + curlyCount=1; + BEGIN(SkipC11Inits); + } {ID}{BN}*"{" { // C++11 style initializer (see bug 688647) lineCount(); curlyCount=1; -- cgit v0.12