Validate code tags for class and member references
This commit also adds means to manually disable warnings in `code` tags where it's a false positive with the new `skip-lint` attribute. Warnings are now enabled on CI to prevent future errors.
This commit is contained in:
parent
a2f90d565a
commit
cc0eebd9d8
89 changed files with 514 additions and 359 deletions
|
|
@ -168,7 +168,7 @@
|
|||
<method name="get_next_source_id" qualifiers="const">
|
||||
<return type="int" />
|
||||
<description>
|
||||
Returns a new unused source ID. This generated ID is the same that a call to [code]add_source[/code] would return.
|
||||
Returns a new unused source ID. This generated ID is the same that a call to [method add_source] would return.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_occlusion_layer_light_mask" qualifiers="const">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue