summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/editor/gdscript_docgen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-1/+1
|\
| * Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-1/+1
|\|
| * [Core] Fix sorting of `Dictionary` keysA Thousand Ships2024-10-181-1/+1
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Implement typed dictionariesThaddeus Crews2024-09-041-16/+75
* GDScript: Improve DocGen for non-constant expressionsDanil Alexeev2024-03-211-13/+35
* Documentation: Add support for deprecated/experimental messagesDanil Alexeev2024-02-151-0/+16
* GDScript: Use autoload singleton name in `GDScriptDocGen`Danil Alexeev2024-01-211-15/+34
* Change container_element_type to vector containerThaddeus Crews2023-12-051-2/+2
* GDScript DocGen: Fix regression with return metatypesDanil Alexeev2023-10-091-1/+2
* GDScript DocGen: Fix and improve appearance of metatypes and valuesDanil Alexeev2023-09-211-11/+115
* GDScript: Fix `get_*_list()` methods return incorrect infoDanil Alexeev2023-09-041-3/+6
* GDScript: Improve DocGenDanil Alexeev2023-08-191-70/+123
* GDScript: Add `@deprecated` and `@experimental` doc comment tagsDanil Alexeev2023-07-081-13/+31
* Fix regression with enum descriptions now showing up in documentation.ocean (they/them)2023-07-021-1/+2
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-0/+1
* Dump API docs from inline GDScript comments using --doctool --gdscript-docs PATHDavid Snopek2023-05-081-0/+1
* Improve and fix GDScript documentation generation & behaviorocean (they/them)2023-04-211-0/+271