summaryrefslogtreecommitdiffstats
path: root/doc/classes/StringName.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove generating of null comparison operators from documentationYuri Roubinsky2022-03-141-10/+0
|
* Improve documentation for NodePath and StringNameHugo Locurcio2022-03-131-2/+4
| | | | | | | - Update the NodePath shorthand prefix for `master`. - Document the StringName construction shorthand (`&"example"`). - Cross-link between NodePath and StringName, as these are related concepts.
* 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.
* [GDExtension] Add binds for missing methods, operators, and constants ↵bruvzg2022-02-081-0/+24
| | | | required for GDExtension TextServer implementation.
* Move the docs for constructors and operators out of methods sectionAaron Franke2021-10-291-20/+22
|
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-2/+0
|
* Allow comparing equality between builtin types and nullGeorge Marques2021-09-171-0/+10
|
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-26/+13
| | | | | | | | 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.
* class reference proofreadingPaul Joannon2021-03-191-1/+1
|
* doc: Sync classref to add operators after #43419Rémi Verschelde2020-11-101-3/+35
|
* Variant: Sync docs with new constructors, fixups after #43403Rémi Verschelde2020-11-091-0/+16
| | | | | Change DocData comparators for MethodDoc and ArgumentDoc to get a better ordering of constructors.
* Add LOTS of missing docsTomasz Chabora2020-03-131-0/+3
|
* doc: Sync classref with StringName/Callable changesRémi Verschelde2020-02-221-0/+21