Fix many untagged true/false/null in the documentation

This commit is contained in:
Micky
2024-08-18 20:27:23 +02:00
parent e65a23762b
commit 5c5460b026
37 changed files with 77 additions and 76 deletions

View File

@ -87,7 +87,7 @@
<return type="void" />
<param index="0" name="execute" type="bool" default="true" />
<description>
Commit the action. If [param execute] is true (default), all "do" methods/properties are called/set when this function is called.
Commits the action. If [param execute] is [code]true[/code] (default), all "do" methods/properties are called/set when this function is called.
</description>
</method>
<method name="create_action">