Commit Graph

8 Commits

Author SHA1 Message Date
8409d92282 Fix inconsistent naming in Time 2022-05-05 16:00:37 +02:00
1b891069cd Document timestamp decimal fraction in Time 2022-04-16 13:14:58 +08:00
55aabb8b06 Add offset string from minutes conversion method to Time singleton 2022-02-23 22:12:02 -06:00
b68dd2e189 Add an XML schema for documentation
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.
2022-02-15 00:03:31 +01:00
2dabdda36a Update Time documentation 2021-10-28 10:16:56 -05:00
396d2f0282 Time: Add some notes about timezones and UTC 2021-10-26 10:24:05 +02:00
7adf4cc9b5 doc: Use self-closing tags for return and argument
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.
2021-07-30 15:29:52 +02:00
f64fea1b23 Add Time singleton 2021-06-11 09:32:39 -04:00