summaryrefslogtreecommitdiffstats
path: root/editor/doc_tools.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-2/+2
* Add ThemeDB, expose previously static Theme methodsYuri Sizov2022-08-261-8/+9
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-3/+3
* Add tests for empty/unnamed arguments to ClassDB, Variant, GDScriptYuri Sizov2022-08-081-250/+259
* Add support for documenting most editor settings in the class referenceHugo Locurcio2022-07-291-4/+17
* Fix missing method qualifiers in script docXwdit2022-07-241-47/+1
* Merge pull request #62713 from YuriSizov/docs-scripting-annotationsRémi Verschelde2022-07-061-1/+53
|\
| * Add support for documenting built-in annotationsYuri Sizov2022-07-041-1/+53
* | Implement a BitField hintreduz2022-07-051-2/+10
|/
* Add a new HashSet templatereduz2022-05-201-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-7/+7
* Remove generating of null comparison operators from documentationYuri Roubinsky2022-03-141-0/+5
* Fix decompression functions not returning errcodesRicardo Subtil2022-02-181-1/+2
* Translate link titles in classref XMLHaoyu Qiu2022-02-171-1/+1
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+6
* Vectors: Use clear() and has().Anilforextra2022-02-021-2/+2
* Merge pull request #56920 from pycbouh/docs-sort-class-propertiesRémi Verschelde2022-01-181-2/+5
|\
| * Sort class properties in the built-in docsYuri Sizov2022-01-191-2/+5
* | Dictionary: Serialize empty dict as `{}` instead of `{\n}`Rémi Verschelde2022-01-181-7/+7
|/
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Make `--doctool` locale awareHaoyu Qiu2021-12-161-6/+36
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-25/+25
* Make overridden properties link to parent definitionYuri Sizov2021-12-031-3/+9
* Sort and group theme properties in docs, improve formatting for theme and enumsYuri Sizov2021-12-011-0/+2
* Modules: Make sure to include modules_enabled.gen.h where neededRémi Verschelde2021-11-121-1/+1
* Move the docs for constructors and operators out of methods sectionAaron Franke2021-10-291-21/+90
* Use range iterators for `Map`Lightning_A2021-09-301-7/+7
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-91/+76
* Implement properties arrays in the Inspector.Gilles Roudière2021-09-071-1/+1
* Implement error return documetationreduz2021-08-241-0/+20
* Fix doctool merges when method signatures don't matchreduz2021-08-221-25/+32
* Remove underscore hacksMax Hilbrunner2021-08-171-6/+0
* Add theme item descriptions to the online documentationYuri Sizov2021-08-041-43/+54
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-8/+4
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-16/+16
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-71/+67
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-3/+3
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Add static method support to core Variant typesreduz2021-03-161-1/+24
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2
* Refactor DocData into core and editor (DocTools) partsThakee Nathees2020-12-021-0/+1336