summaryrefslogtreecommitdiff
path: root/editor/doc_tools.cpp
AgeCommit message (Expand)Author
2022-11-09Fix default values on virtual classes causing errors in projectsAaron Franke
2022-11-06Fix default values not showing up on virtual classesAaron Franke
2022-09-142D and 3D Skeleton modification docs, and small fixes.Lyuma
2022-09-11Add ability to flag classes as experimental or deprecated.SaracenOne
2022-08-29Rename String `plus_file` to `path_join`Aaron Franke
2022-08-26Add ThemeDB, expose previously static Theme methodsYuri Sizov
2022-08-08Rename the argument tag to param in XML documentationYuri Sizov
2022-08-08Add tests for empty/unnamed arguments to ClassDB, Variant, GDScriptYuri Sizov
2022-07-29Add support for documenting most editor settings in the class referenceHugo Locurcio
2022-07-24Fix missing method qualifiers in script docXwdit
2022-07-06Merge pull request #62713 from YuriSizov/docs-scripting-annotationsRémi Verschelde
2022-07-05Implement a BitField hintreduz
2022-07-04Add support for documenting built-in annotationsYuri Sizov
2022-05-20Add a new HashSet templatereduz
2022-05-16Replace most uses of Map by HashMapreduz
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-03-14Remove generating of null comparison operators from documentationYuri Roubinsky
2022-02-18Fix decompression functions not returning errcodesRicardo Subtil
2022-02-17Translate link titles in classref XMLHaoyu Qiu
2022-02-15Add an XML schema for documentationHugo Locurcio
2022-02-02Vectors: Use clear() and has().Anilforextra
2022-01-18Merge pull request #56920 from pycbouh/docs-sort-class-propertiesRémi Verschelde
2022-01-19Sort class properties in the built-in docsYuri Sizov
2022-01-18Dictionary: Serialize empty dict as `{}` instead of `{\n}`Rémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-16Make `--doctool` locale awareHaoyu Qiu
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-03Make overridden properties link to parent definitionYuri Sizov
2021-12-01Sort and group theme properties in docs, improve formatting for theme and enumsYuri Sizov
2021-11-12Modules: Make sure to include modules_enabled.gen.h where neededRémi Verschelde
2021-10-29Move the docs for constructors and operators out of methods sectionAaron Franke
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-20Don't generate empty doc sections and reduce code duplicationAaron Franke
2021-09-07Implement properties arrays in the Inspector.Gilles Roudière
2021-08-24Implement error return documetationreduz
2021-08-22Fix doctool merges when method signatures don't matchreduz
2021-08-17Remove underscore hacksMax Hilbrunner
2021-08-04Add theme item descriptions to the online documentationYuri Sizov
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-03-16Add static method support to core Variant typesreduz
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-02Refactor DocData into core and editor (DocTools) partsThakee Nathees