Add support for documenting built-in annotations
This commit is contained in:
parent
b4644e2835
commit
a9098e6147
19 changed files with 462 additions and 17 deletions
|
|
@ -110,6 +110,7 @@ class EditorHelp : public VBoxContainer {
|
|||
HashMap<String, int> property_line;
|
||||
HashMap<String, int> theme_property_line;
|
||||
HashMap<String, int> constant_line;
|
||||
HashMap<String, int> annotation_line;
|
||||
HashMap<String, int> enum_line;
|
||||
HashMap<String, HashMap<String, int>> enum_values_line;
|
||||
int description_line = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue