From d763a8c1f6c73982ae83ddd3b390528b3e00770e Mon Sep 17 00:00:00 2001 From: albert-github Date: Wed, 6 Feb 2019 18:57:52 +0100 Subject: Bug 766508 - missing comments of overridden methods Analogous to python also for PHP and Java all functions are by default virtual (for python fix see problem #6566 and fix #6570) --- src/doxygen.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/doxygen.cpp b/src/doxygen.cpp index 08d3bc7..3823950 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 ) && -- cgit v0.12