resolved some cases wehre built-in doc is not properlt generated, fixes #1719
This commit is contained in:
@@ -59,6 +59,9 @@ void DocData::merge_from(const DocData& p_data) {
|
||||
|
||||
if (cf.methods[j].name!=m.name)
|
||||
continue;
|
||||
if (cf.methods[j].arguments.size()!=m.arguments.size())
|
||||
continue;
|
||||
|
||||
const MethodDoc &mf = cf.methods[j];
|
||||
|
||||
m.description=mf.description;
|
||||
|
||||
Reference in New Issue
Block a user