summaryrefslogtreecommitdiffstats
path: root/doc/classes/EditorCommandPalette.xml
Commit message (Collapse)AuthorAgeFilesLines
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-1/+1
| | | | | | | | | | - 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`.
* [doc] Use "param" instead of "code" to refer to parameters (6)Andy Maloney2022-08-121-5/+5
|
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-5/+5
|
* 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.
* Make overridden properties link to parent definitionYuri Sizov2021-12-031-1/+1
| | | | Co-authored-by: Josh DeGraw <joshmdegraw@gmail.com>
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-2/+0
|
* `EditorCommandPalette` Documentation.Bhuvan Vemula2021-08-131-0/+25
|
* Added EditorCommandPaletteBhuvan Vemula2021-08-091-0/+31