Validate code tags in documentation for potential params
Adds a check to make_rst to look for matches between the text inside of the [code][/code] tag and known param identifiers. Fixes most of what was revealed.
This commit is contained in:
parent
e2e870c611
commit
391eccca76
44 changed files with 191 additions and 175 deletions
|
|
@ -36,7 +36,7 @@
|
|||
<return type="bool" />
|
||||
<param index="0" name="layer_number" type="int" />
|
||||
<description>
|
||||
Returns whether or not the specified layer of the [member layers] is enabled, given a [code]layer_number[/code] between 1 and 20.
|
||||
Returns whether or not the specified layer of the [member layers] is enabled, given a [param layer_number] between 1 and 20.
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_base">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue