diff options
Diffstat (limited to 'tools/doc/doc_data.h')
-rw-r--r-- | tools/doc/doc_data.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/doc/doc_data.h b/tools/doc/doc_data.h index 0dd06636f2..fead1da510 100644 --- a/tools/doc/doc_data.h +++ b/tools/doc/doc_data.h @@ -66,7 +66,9 @@ public: String name; String type; + String brief_description; String description; + String setter,getter; bool operator<(const PropertyDoc& p_prop) const { return name<p_prop.name; } |