summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2018-10-27 11:02:03 (GMT)
committerGitHub <noreply@github.com>2018-10-27 11:02:03 (GMT)
commit35ad9444583272104b162848e59858b01be496f4 (patch)
tree80d4372caa4582a336b1611b9af107e7be07cbbf /src
parent55bca7dc8442173525e4be3d32ad7cc95006c032 (diff)
parentf0cf6f2324a2f27214b0216be9f9f0d03d32f401 (diff)
downloadDoxygen-35ad9444583272104b162848e59858b01be496f4.zip
Doxygen-35ad9444583272104b162848e59858b01be496f4.tar.gz
Doxygen-35ad9444583272104b162848e59858b01be496f4.tar.bz2
Merge pull request #6470 from albert-github/feature/issue_6469
Issue 6469: Java method calls are ignored in generating call/caller graph with Graphviz
Diffstat (limited to 'src')
-rw-r--r--src/code.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code.l b/src/code.l
index a55ab1a..e6dd8ba 100644
--- a/src/code.l
+++ b/src/code.l
@@ -2633,6 +2633,7 @@ RAWEND ")"[^ \t\(\)\\]{0,16}\"
addType();
g_name=varname;
}
+<Body>{SCOPETNAME}{B}*"<"[^\n\/\-\.\{\"\>]*">"/{BN}*"(" |
<Body>{SCOPETNAME}/{BN}*"(" { // a() or c::a() or t<A,B>::a() or A\B\foo()
addType();
generateFunctionLink(*g_code,yytext);