diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2013-04-02 19:27:49 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2013-04-02 19:27:49 (GMT) |
commit | ebf4b3641c9149eaf4468aa8df64e1c7517e5f0c (patch) | |
tree | 23804fcf753b3487b9a1ea28d4d28b71fa4ae208 /src/pycode.l | |
parent | deaa34e0c1d990f37fe00e465ac7a22f705904f0 (diff) | |
download | Doxygen-ebf4b3641c9149eaf4468aa8df64e1c7517e5f0c.zip Doxygen-ebf4b3641c9149eaf4468aa8df64e1c7517e5f0c.tar.gz Doxygen-ebf4b3641c9149eaf4468aa8df64e1c7517e5f0c.tar.bz2 |
Release-1.8.3.1-20130402
Diffstat (limited to 'src/pycode.l')
-rw-r--r-- | src/pycode.l | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pycode.l b/src/pycode.l index 19e1119..226c448 100644 --- a/src/pycode.l +++ b/src/pycode.l @@ -1173,7 +1173,7 @@ TARGET ({IDENTIFIER}|"("{TARGET_LIST}")"|"["{TARGET_LIST}"]"|{ATTRIBUT codifyLines(yytext); endFontClass(); - // No indentation necesary + // No indentation necessary g_noSuiteFound = FALSE; } @@ -1182,7 +1182,7 @@ TARGET ({IDENTIFIER}|"("{TARGET_LIST}")"|"["{TARGET_LIST}"]"|{ATTRIBUT codifyLines(yytext); endFontClass(); - // No indentation necesary + // No indentation necessary g_noSuiteFound = FALSE; } {IDENTIFIER} { |