diff options
author | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2018-10-21 22:19:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-21 22:19:46 +0200 |
commit | 1511a66a98d031ce4f9e862ca3a6934c7b67c35c (patch) | |
tree | 3abb63fa76996f3d27782993b33e6a6399cf4cf6 /doc/classes | |
parent | 81c2ed61f64e1f9d5247293b307690bd312f1be1 (diff) |
[DOCS] YSort
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/YSort.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/YSort.xml b/doc/classes/YSort.xml index 12b9cb623f..45ae8645b1 100644 --- a/doc/classes/YSort.xml +++ b/doc/classes/YSort.xml @@ -14,6 +14,7 @@ </methods> <members> <member name="sort_enabled" type="bool" setter="set_sort_enabled" getter="is_sort_enabled"> + If [code]true[/code] child nodes are sorted, otherwise sorting is disabled. Default: [code]true[/code]. </member> </members> <constants> |