Inner classes get their docs back
This commit is contained in:
parent
0bb94df247
commit
1b77993257
2 changed files with 8 additions and 4 deletions
|
|
@ -629,6 +629,10 @@ void GDScript::_update_doc() {
|
|||
}
|
||||
}
|
||||
|
||||
for (KeyValue<StringName, Ref<GDScript>> &E : subclasses) {
|
||||
E.value->_update_doc();
|
||||
}
|
||||
|
||||
_add_doc(doc);
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue