Add theme item descriptions to the online documentation

This commit is contained in:
Yuri Sizov
2021-08-04 19:54:41 +03:00
parent 85186bc0c5
commit bf2839ea3e
48 changed files with 659 additions and 583 deletions

View File

@ -21,10 +21,10 @@
<constants>
</constants>
<theme_items>
<theme_item name="hseparation" type="int" default="4">
<theme_item name="hseparation" data_type="constant" type="int" default="4">
The horizontal separation of children nodes.
</theme_item>
<theme_item name="vseparation" type="int" default="4">
<theme_item name="vseparation" data_type="constant" type="int" default="4">
The vertical separation of children nodes.
</theme_item>
</theme_items>