diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2019-02-09 20:38:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-09 20:38:53 (GMT) |
commit | d99060e4e72fc3e73b8395cb037a0ed17c209d61 (patch) | |
tree | b4533e5fe76f3fe7cacd463c64ac79a1133626b1 /src | |
parent | 2f0a5c22147d56382fc29e59dcfab49e6771c2a8 (diff) | |
parent | d763a8c1f6c73982ae83ddd3b390528b3e00770e (diff) | |
download | Doxygen-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')
-rw-r--r-- | src/doxygen.cpp | 1 |
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 ) && |