summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-02-09 20:38:53 (GMT)
committerGitHub <noreply@github.com>2019-02-09 20:38:53 (GMT)
commitd99060e4e72fc3e73b8395cb037a0ed17c209d61 (patch)
treeb4533e5fe76f3fe7cacd463c64ac79a1133626b1 /src/doxygen.cpp
parent2f0a5c22147d56382fc29e59dcfab49e6771c2a8 (diff)
parentd763a8c1f6c73982ae83ddd3b390528b3e00770e (diff)
downloadDoxygen-d99060e4e72fc3e73b8395cb037a0ed17c209d61.zip
Doxygen-d99060e4e72fc3e73b8395cb037a0ed17c209d61.tar.gz
Doxygen-d99060e4e72fc3e73b8395cb037a0ed17c209d61.tar.bz2
Merge pull request #6824 from albert-github/feature/bug_766508
Bug 766508 - missing comments of overridden methods
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r--src/doxygen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp
index da61796..9cdad02 100644
--- a/src/doxygen.cpp
+++ b/src/doxygen.cpp
@@ -7818,6 +7818,7 @@ static void computeMemberRelations()
// );
if (md!=bmd && bmcd && mcd && bmcd!=mcd &&
(bmd->virtualness()!=Normal || bmd->getLanguage()==SrcLangExt_Python ||
+ bmd->getLanguage()==SrcLangExt_Java || bmd->getLanguage()==SrcLangExt_PHP ||
bmcd->compoundType()==ClassDef::Interface ||
bmcd->compoundType()==ClassDef::Protocol
) &&