summaryrefslogtreecommitdiff
path: root/modules/openxr/doc_classes/OpenXRInterface.xml
AgeCommit message (Collapse)Author
2022-11-02Style: Misc docs and comment style and language fixesRĂ©mi Verschelde
- 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-10-10Adding support for the OpenXR Display Refresh Rate extensionBastiaan Olij
2022-07-22Fix tutorial links in XR classes docspython273
2022-03-10Adding signals and events to OpenXR interfaceBastiaan Olij
Improving interaction profile logic
2022-02-23Implementing OpenXR driverBastiaan Olij