doc: Add default values to all properties

Thanks to @bojidar-bg's impressive work in #29380.
This commit is contained in:
Rémi Verschelde 2019-06-29 12:38:01 +02:00
parent 82604195b4
commit c6cea6e9b3
394 changed files with 2881 additions and 2719 deletions

View file

@ -11,7 +11,7 @@
<methods>
</methods>
<members>
<member name="load_path" type="String" setter="load" getter="get_load_path">
<member name="load_path" type="String" setter="load" getter="get_load_path" default="&quot;&quot;">
The StreamTexture's file path to a [code].stex[/code] file.
</member>
</members>