diff options
author | albert-github <albert.tests@gmail.com> | 2014-05-07 16:43:50 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2014-05-07 16:43:50 (GMT) |
commit | ee7194bd73ee3a8142aee6ea59d2e5dc717b18de (patch) | |
tree | 93a3143635aef0a889986121d597b1435bb27923 /examples/example.cpp | |
parent | 5c5c90b63e9c5b21efa3cd7033b1c8f613f67e63 (diff) | |
download | Doxygen-ee7194bd73ee3a8142aee6ea59d2e5dc717b18de.zip Doxygen-ee7194bd73ee3a8142aee6ea59d2e5dc717b18de.tar.gz Doxygen-ee7194bd73ee3a8142aee6ea59d2e5dc717b18de.tar.bz2 |
Coded coloring of flow statements corrected (regression)
Which patch 8e8c9a1 (dd. May 6) the rule:
<Start>{FLOW}/[,( \t\n].*
has been changed into"
<Start>{FLOW}/[,( \t\n]
(analogous: <Start>{COMMANDS}/[,( \t\n])
To overcome the warning: fortrancode.l:744: warning, dangerous trailing context.
The result is that the code coloring of (e.g.) the if statements in:
subroutine test_on_if
if (a == b) then
c = d
endif
if(a == b) then
c = d
endif
end subroutine
was removed, due to the fact that the rule: <Start>{ID}{BS}/"(" was used instead of the flow coloring rule.
This patch fixes the rules so the lines are colored again and there is no warning.
Diffstat (limited to 'examples/example.cpp')
0 files changed, 0 insertions, 0 deletions