summaryrefslogtreecommitdiff
path: root/core/bind
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2020-05-20 22:49:39 +0300
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2020-07-15 12:24:59 +0300
commit0181c3dde12d2bcfdcbb463dcf90cf47f0b88fee (patch)
tree243cf8ce8ce84721f77b693f2517f9deb507ea04 /core/bind
parentdad21acebdfc9df195068c94ee40629d34365036 (diff)
Docs: Ignore OS specific values (constants, project settings, properties).
Diffstat (limited to 'core/bind')
-rw-r--r--core/bind/core_bind.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/bind/core_bind.cpp b/core/bind/core_bind.cpp
index 94da74cbda..0a0c439a1b 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);