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:
@@ -341,7 +341,7 @@
|
||||
<param index="0" name="file" type="String" />
|
||||
<param index="1" name="hidden" type="bool" />
|
||||
<description>
|
||||
Sets file [code]hidden[/code] attribute.
|
||||
Sets file [b]hidden[/b] attribute.
|
||||
[b]Note:[/b] This method is implemented on iOS, BSD, macOS, and Windows.
|
||||
</description>
|
||||
</method>
|
||||
@@ -350,7 +350,7 @@
|
||||
<param index="0" name="file" type="String" />
|
||||
<param index="1" name="ro" type="bool" />
|
||||
<description>
|
||||
Sets file [code]read only[/code] attribute.
|
||||
Sets file [b]read only[/b] attribute.
|
||||
[b]Note:[/b] This method is implemented on iOS, BSD, macOS, and Windows.
|
||||
</description>
|
||||
</method>
|
||||
|
||||
Reference in New Issue
Block a user