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
|
|
@ -50,7 +50,7 @@
|
|||
<param index="1" name="enable" type="bool" />
|
||||
<param index="2" name="arguments" type="Array" default="[]" />
|
||||
<description>
|
||||
Calls the [code]toggle[/code] callable of the profiler with given [param name] and [param arguments]. Enables/Disables the same profiler depending on [code]enable[/code] argument.
|
||||
Calls the [code]toggle[/code] callable of the profiler with given [param name] and [param arguments]. Enables/Disables the same profiler depending on [param enable] argument.
|
||||
</description>
|
||||
</method>
|
||||
<method name="register_message_capture">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue