doc: Remove setters and getters now exposed via properties/members
This commit is contained in:
@@ -27,48 +27,6 @@
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_symbol_prefix" qualifiers="const">
|
||||
<return type="String">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_singleton" qualifiers="const">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_load_once">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="load_once" type="bool">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_singleton">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="singleton" type="bool">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_symbol_prefix">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="symbol_prefix" type="String">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="should_load_once" qualifiers="const">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
<members>
|
||||
<member name="load_once" type="bool" setter="set_load_once" getter="should_load_once">
|
||||
|
||||
Reference in New Issue
Block a user