summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/editor/gdscript_docgen.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Core] Fix sorting of `Dictionary` keysA Thousand Ships2024-10-181-1/+1
* 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