summaryrefslogtreecommitdiffstats
path: root/editor/doc_tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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