diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-07-25 18:54:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-25 18:54:25 +0200 |
commit | 6f292f906e749f30ceb7f922df5639add61a5f88 (patch) | |
tree | b644dba35d501c40bd144c767351822f0290b9fa /core/bind | |
parent | 58bde149cc461b5fafa254f765ad370a7291ffb5 (diff) | |
parent | 0181c3dde12d2bcfdcbb463dcf90cf47f0b88fee (diff) |
Merge pull request #38900 from bruvzg/docs_ignore_os_spec_def_vals
Docs: Ignore OS specific values (constants, project settings, properties)
Diffstat (limited to 'core/bind')
-rw-r--r-- | core/bind/core_bind.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/bind/core_bind.cpp b/core/bind/core_bind.cpp index 2f8b11652b..045d7d5872 100644 --- a/core/bind/core_bind.cpp +++ b/core/bind/core_bind.cpp @@ -781,6 +781,7 @@ void _OS::_bind_methods() { // Those default values need to be specified for the docs generator, // to avoid using values from the documentation writer's own OS instance. + ADD_PROPERTY_DEFAULT("tablet_driver", ""); ADD_PROPERTY_DEFAULT("exit_code", 0); ADD_PROPERTY_DEFAULT("low_processor_usage_mode", false); ADD_PROPERTY_DEFAULT("low_processor_usage_mode_sleep_usec", 6900); |