summaryrefslogtreecommitdiffstats
path: root/doc/classes/Generic6DOFJoint3D.xml
Commit message (Collapse)AuthorAgeFilesLines
* Joint3D: Remove utility method bindings for angular limitsRémi Verschelde2022-08-231-6/+6
| | | | | | | | The inspector now supports converting degrees to radians automatically when using the `radians` hint, so all those utility bindings were redundant. This cleans things up by making these properties with slash properly bound to `set_param`/`get_param` which the users can call with the relevant enum.
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-18/+18
|
* 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.
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-60/+30
| | | | | | | | 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.
* Remove Generic6DOFJoint precision propertyMarcel Admiraal2020-12-151-2/+0
|
* Added missing spring enums for generic_6dof_jointBastiaan Olij2020-05-021-0/+12
|
* doc: Update classref with node renamesRémi Verschelde2020-03-301-0/+426
A few extra renames for classes which were missed in last week's PRs.