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
|
|
@ -111,9 +111,9 @@
|
|||
</method>
|
||||
<method name="_parse_file" qualifiers="virtual">
|
||||
<return type="void" />
|
||||
<argument index="0" name="path" type="String" />
|
||||
<argument index="1" name="msgids" type="Array" />
|
||||
<argument index="2" name="msgids_context_plural" type="Array" />
|
||||
<param index="0" name="path" type="String" />
|
||||
<param index="1" name="msgids" type="Array" />
|
||||
<param index="2" name="msgids_context_plural" type="Array" />
|
||||
<description>
|
||||
Override this method to define a custom parsing logic to extract the translatable strings.
|
||||
</description>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue