Core: Mark property script as internal
This commit is contained in:
parent
7dac0bc3be
commit
6fa2cc77e9
2 changed files with 5 additions and 6 deletions
|
|
@ -508,7 +508,7 @@ void DocTools::generate(BitField<GenerateFlags> p_flags) {
|
|||
}
|
||||
|
||||
if (properties_from_instance) {
|
||||
if (E.name == "resource_local_to_scene" || E.name == "resource_name" || E.name == "resource_path" || E.name == "script" || E.name == "resource_scene_unique_id") {
|
||||
if (E.name == "resource_local_to_scene" || E.name == "resource_name" || E.name == "resource_path" || E.name == "resource_scene_unique_id") {
|
||||
// Don't include spurious properties from Object property list.
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue