summaryrefslogtreecommitdiffstats
path: root/src/code.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2007-08-15 18:35:31 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2007-08-15 18:35:31 (GMT)
commit4a93397673029e3cfd4c9e2d0501a109f858b87c (patch)
tree4d3b01807f8eb1364767b33ddb31bfd49b37ef3a /src/code.l
parente832cfbdc161adb81ec992f6ab4356f81b55f6e5 (diff)
downloadDoxygen-4a93397673029e3cfd4c9e2d0501a109f858b87c.zip
Doxygen-4a93397673029e3cfd4c9e2d0501a109f858b87c.tar.gz
Doxygen-4a93397673029e3cfd4c9e2d0501a109f858b87c.tar.bz2
Release-1.5.3-20070815
Diffstat (limited to 'src/code.l')
-rw-r--r--src/code.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code.l b/src/code.l
index fd5722a..1f123b2 100644
--- a/src/code.l
+++ b/src/code.l
@@ -2607,8 +2607,8 @@ OPERATOR {ARITHOP}|{ASSIGNOP}|{LOGICOP}|{BITOP}
g_code->codify(yytext);
}
<MemberCall2,FuncCall>{KEYWORD}/([^a-z_A-Z0-9]) {
- addParmType();
- g_parmName=yytext;
+ //addParmType();
+ //g_parmName=yytext;
startFontClass("keyword");
g_code->codify(yytext);
endFontClass();