doc: Remove hardcoded default values from descriptions

They are now generated automatically by doctool.
This commit is contained in:
Rémi Verschelde
2019-06-29 15:24:23 +02:00
parent c6cea6e9b3
commit b9aa13e591
106 changed files with 403 additions and 407 deletions

View File

@@ -19,7 +19,7 @@
</methods>
<members>
<member name="resizable" type="bool" setter="set_resizable" getter="get_resizable" default="false">
If [code]true[/code], the user can resize the window. Default value: [code]false[/code].
If [code]true[/code], the user can resize the window.
</member>
<member name="window_title" type="String" setter="set_title" getter="get_title" default="&quot;&quot;">
The text displayed in the window's title bar.