Skip to content

Commit

Permalink
Bug 766508 - missing comments of overridden methods
Browse files Browse the repository at this point in the history
Analogous to python also for PHP and Java all functions are by default virtual (for python fix see problem #6566 and fix #6570)
  • Loading branch information
albert-github committed Feb 6, 2019
1 parent 2802e2b commit d763a8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/doxygen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
) &&
Expand Down

0 comments on commit d763a8c

Please sign in to comment.