mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
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:
@@ -48,8 +48,8 @@
|
||||
<param index="0" name="datetime" type="String" />
|
||||
<param index="1" name="weekday" type="bool" />
|
||||
<description>
|
||||
Converts the given ISO 8601 date and time string (YYYY-MM-DDTHH:MM:SS) to a dictionary of keys: [code]year[/code], [code]month[/code], [code]day[/code], [code]weekday[/code], [code]hour[/code], [code]minute[/code], and [code]second[/code].
|
||||
If [param weekday] is [code]false[/code], then the [code]weekday[/code] entry is excluded (the calculation is relatively expensive).
|
||||
Converts the given ISO 8601 date and time string (YYYY-MM-DDTHH:MM:SS) to a dictionary of keys: [code]year[/code], [code]month[/code], [code]day[/code], [code skip-lint]weekday[/code], [code]hour[/code], [code]minute[/code], and [code]second[/code].
|
||||
If [param weekday] is [code]false[/code], then the [code skip-lint]weekday[/code] entry is excluded (the calculation is relatively expensive).
|
||||
[b]Note:[/b] Any decimal fraction in the time string will be ignored silently.
|
||||
</description>
|
||||
</method>
|
||||
|
||||
Reference in New Issue
Block a user