summaryrefslogtreecommitdiffstats
path: root/doc/classes/RemoteTransform3D.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
| | | | | | | | 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.
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-2/+0
|
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-2/+1
| | | | | | | | 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.
* Update documentation for Transform3DAaron Franke2021-06-031-2/+2
|
* doc: Update classref with node renamesRémi Verschelde2020-03-301-0/+40
A few extra renames for classes which were missed in last week's PRs.