From f56ce241a09dff819c194be4585aae99f35d85f1 Mon Sep 17 00:00:00 2001 From: albert-github Date: Mon, 22 Oct 2018 15:03:48 +0200 Subject: issue_6566: INHERIT_DOCS not working for python methods in Python are always "virtual" (but there is no way to signal it). --- src/doxygen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doxygen.cpp b/src/doxygen.cpp index 13c60fb..7eb7968 100644 --- a/src/doxygen.cpp +++ b/src/doxygen.cpp @@ -7697,7 +7697,7 @@ static void computeMemberRelations() // bmcd->name().data(),bmd->name().data(),bmd // ); if (md!=bmd && bmcd && mcd && bmcd!=mcd && - (bmd->virtualness()!=Normal || + (bmd->virtualness()!=Normal || bmd->getLanguage()==SrcLangExt_Python || bmcd->compoundType()==ClassDef::Interface || bmcd->compoundType()==ClassDef::Protocol ) && -- cgit v0.12