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`.
This commit is contained in:
Rémi Verschelde 2022-11-01 15:29:38 +01:00
parent 39cece382d
commit f7c611ab71
No known key found for this signature in database
GPG key ID: C3336907360768E1
107 changed files with 243 additions and 239 deletions

View file

@ -57,7 +57,7 @@ void uninitialize_webxr_module(ModuleInitializationLevel p_level) {
#ifdef WEB_ENABLED
if (webxr.is_valid()) {
// uninitialise our interface if it is initialised
// uninitialize our interface if it is initialized
if (webxr->is_initialized()) {
webxr->uninitialize();
}