Rename the argument tag to param in XML documentation
This commit is contained in:
parent
35c1eae8d7
commit
c5d7115038
432 changed files with 10529 additions and 10529 deletions
|
|
@ -11,14 +11,14 @@
|
|||
<methods>
|
||||
<method name="get_stretch_margin" qualifiers="const">
|
||||
<return type="int" />
|
||||
<argument index="0" name="margin" type="int" enum="Side" />
|
||||
<param index="0" name="margin" type="int" enum="Side" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_stretch_margin">
|
||||
<return type="void" />
|
||||
<argument index="0" name="margin" type="int" enum="Side" />
|
||||
<argument index="1" name="value" type="int" />
|
||||
<param index="0" name="margin" type="int" enum="Side" />
|
||||
<param index="1" name="value" type="int" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue