summaryrefslogtreecommitdiffstats
path: root/core/doc_data.h
Commit message (Expand)AuthorAgeFilesLines
* Docs: Add missing deprecated/experimental tag support for theme itemsDanil Alexeev2024-09-041-0/+22
* Documentation: Add support for deprecated/experimental messagesDanil Alexeev2024-02-151-10/+100
* Add keywords to the class referenceRedMser2024-02-091-0/+45
* GDScript: Add `@deprecated` and `@experimental` doc comment tagsDanil Alexeev2023-07-081-4/+40
* Display `BitField[Enum]` in docs to distinguish from `Enum`Danil Alexeev2023-06-151-6/+19
* Make documentation sorting use natural orderNinni Pipping2023-05-091-3/+3
* Improve and fix GDScript documentation generation & behaviorocean (they/them)2023-04-211-55/+0
* Cache classes editor helpPedro J. Estébanez2023-04-131-0/+310
* GDScript: Fix issues with typed arraysDmitrii Maganov2023-01-311-0/+2
* Removed unused property hints and `Object::get_translatable_strings()`Juan Linietsky2023-01-091-5/+0
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Implement ScriptExtension::get_documentationEmmanuel Leblond2022-10-111-0/+340
* Remove unused includes & move some includes to top of fileAndy Maloney2022-09-231-1/+0
* Add ability to flag classes as experimental or deprecated.SaracenOne2022-09-111-0/+8
* Merge pull request #62713 from YuriSizov/docs-scripting-annotationsRémi Verschelde2022-07-061-0/+1
|\
| * Add support for documenting built-in annotationsYuri Sizov2022-07-041-0/+1
* | Implement a BitField hintreduz2022-07-051-0/+2
|/
* Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* Object: Remove unused category boilerplateRémi Verschelde2022-03-261-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Make overridden properties link to parent definitionYuri Sizov2021-12-031-0/+1
* Sort and group theme properties in docs, improve formatting for theme and enumsYuri Sizov2021-12-011-1/+5
* Enable sorting of operator methods in class documentation.Marcel Admiraal2021-11-291-10/+21
* Move the docs for constructors and operators out of methods sectionAaron Franke2021-10-291-0/+2
* Implement error return documetationreduz2021-08-241-0/+1
* Add theme item descriptions to the online documentationYuri Sizov2021-08-041-1/+12
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-1/+1
* Refactor DocData into core and editor (DocTools) partsThakee Nathees2020-12-021-0/+152