summaryrefslogtreecommitdiff
path: root/editor/doc_data.h
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 /editor/doc_data.h
parentdad21acebdfc9df195068c94ee40629d34365036 (diff)
Docs: Ignore OS specific values (constants, project settings, properties).
Diffstat (limited to 'editor/doc_data.h')
-rw-r--r--editor/doc_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/doc_data.h b/editor/doc_data.h
index 1880be81ed..a35cfb59c7 100644
--- a/editor/doc_data.h
+++ b/editor/doc_data.h
@@ -62,6 +62,7 @@ public:
struct ConstantDoc {
String name;
String value;
+ bool is_value_valid;
String enumeration;
String description;
bool operator<(const ConstantDoc &p_const) const {