fix url tag in doc/classes/Time.xml
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
fix url tag in doc/classes/Time.xml
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
update get_unix_time_from_system description
Update doc/classes/Time.xml
Co-authored-by: Aaron Franke <arnfranke@yahoo.com>
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.
We don't use that info for anything, and it generates unnecessary diffs
every time we bump the minor version (and CI failures if we forget to
sync some files from opt-in modules (mono, text_server_fb).
This makes it easier to spot syntax errors when editing the
class reference. The schema is referenced locally so validation
can still work offline.
Each class XML's schema conformance is also checked on GitHub Actions.
For the time being we don't support writing a description for those, preferring
having all details in the method's description.
Using self-closing tags saves half the lines, and prevents contributors from
thinking that they should write the argument or return documentation there.