godot/servers/xr
Rémi Verschelde f7c611ab71
Style: Misc docs and comment style and language fixes
- Removed empty paragraphs in XML.
- Consistently use bold style for "Example:", on a new line.
- Fix usage of `[code]` when hyperlinks could be used (`[member]`, `[constant]`).
- Fix invalid usage of backticks for inline code in BBCode.
- Fix some American/British English spelling inconsistencies.
- Other minor fixes spotted along the way, including typo fixes with codespell.
- Don't specify `@GlobalScope` for `enum` and `constant`.
2022-11-02 19:01:18 +01:00
..
SCsub
xr_interface_extension.cpp Style: Misc docs and comment style and language fixes 2022-11-02 19:01:18 +01:00
xr_interface_extension.h Adding getters to RenderTarget and implementing override functionality for XR 2022-10-05 11:37:49 +11:00
xr_interface.cpp Make some Image methods static 2022-10-14 14:34:15 +02:00
xr_interface.h Adding getters to RenderTarget and implementing override functionality for XR 2022-10-05 11:37:49 +11:00
xr_pose.cpp Adding a tracking confidence state to XRPose 2022-01-20 10:35:50 +11:00
xr_pose.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
xr_positional_tracker.cpp Adding signals and events to OpenXR interface 2022-03-10 17:14:56 +11:00
xr_positional_tracker.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00