From 3d1c03187132677800b7f6bc609eeef8fe51f315 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Wed, 23 Aug 2017 19:10:32 -0300 Subject: Changed MethodBind API to request information from methods. It's much claner now. Also changed PropertyInfo to include informatino about class names. --- editor/doc/doc_data.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'editor/doc/doc_data.h') diff --git a/editor/doc/doc_data.h b/editor/doc/doc_data.h index 41dfae428a..40141dd935 100644 --- a/editor/doc/doc_data.h +++ b/editor/doc/doc_data.h @@ -40,6 +40,7 @@ public: String name; String type; + String enumeration; String default_value; }; @@ -47,6 +48,7 @@ public: String name; String return_type; + String return_enum; String qualifiers; String description; Vector arguments; @@ -59,6 +61,7 @@ public: String name; String value; + String enumeration; String description; }; @@ -66,6 +69,7 @@ public: String name; String type; + String enumeration; String brief_description; String description; String setter, getter; -- cgit v1.2.3