summaryrefslogtreecommitdiffstats
path: root/doc/classes/Dictionary.xml
Commit message (Expand)AuthorAgeFilesLines
* Fix typos with codespellRémi Verschelde2022-12-151-1/+1
* Overhaul Dictionary DocumentationMicky2022-12-051-94/+73
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-1/+1
* Fill random docskobewi2022-10-071-0/+3
* Fix typos in Dictionary.xmlvolokh0x2022-09-061-2/+2
* Add Dictionary.find_key()kobewi2022-08-161-1/+9
* [doc] Use "param" instead of "code" to refer to parameters (7)Andy Maloney2022-08-121-2/+2
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-12/+12
* Merge pull request #59883 from KoBeWi/merge_thisRémi Verschelde2022-06-061-0/+8
|\
| * Add Dictionary.merge()kobewi2022-05-311-0/+8
* | Fix class name : change "string" to "String"dtesniere2022-05-291-1/+1
|/
* Remove generating of null comparison operators from documentationYuri Roubinsky2022-03-141-10/+0
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Clarify identical `hash()` return values due to collisionsHugo Locurcio2022-02-121-1/+2
* Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-1/+1
* Move the docs for constructors and operators out of methods sectionAaron Franke2021-10-291-27/+31
* doc: Update links to latest documentation after content reorganizationRémi Verschelde2021-10-061-1/+1
* Merge pull request #53076 from zacryol/dict-typo-fixMax Hilbrunner2021-09-301-6/+5
|\
| * Fix typo with example variable name in Dictionary docs, and fix error in C# e...zacryol2021-09-261-6/+5
* | Fix doc for Dictionary.eraseHaoyu Qiu2021-09-301-1/+2
|/
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-2/+0
* Allow comparing equality between builtin types and nullGeorge Marques2021-09-171-0/+10
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-52/+26
* class reference proofreadingPaul Joannon2021-03-191-2/+2
* doc: Sync classref with current sourceRémi Verschelde2021-03-181-9/+9
* doc: Sync classref with current sourceRémi Verschelde2021-01-041-7/+7
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Improve the Dictionary class documentationHugo Locurcio2020-11-141-33/+45
* doc: Sync classref to add operators after #43419Rémi Verschelde2020-11-101-2/+26
* Variant: Sync docs with new constructors, fixups after #43403Rémi Verschelde2020-11-091-0/+16
* Port code examples to C# (D)HaSa10022020-11-011-26/+137
* Link to demos from within the class referenceAaron Franke2020-10-011-0/+2
* Add link titles for all links in the class referenceHugo Locurcio2020-08-311-1/+1
* Document the `in` operator in String, Array and Dictionary classesHugo Locurcio2020-06-121-0/+7
* Mention ordering caveats for `Dictionary.hash()`Hugo Locurcio2020-06-101-0/+1
* Document that Dictionary is always passed as referenceHugo Locurcio2020-05-161-0/+1
* Correct the addition of a key and the duplication of a variable nameMarcel Admiraal2020-04-191-2/+2
* Improve the Dictionary class documentationHugo Locurcio2020-04-121-6/+16
* Clarify Dictionary duplicate params godotengine#37162Zak Grumbles2020-04-021-1/+1
* doc: Sync classref with current sourceRémi Verschelde2020-03-181-1/+1
* DocData: Fix serialization of Variant default valuesRémi Verschelde2020-03-091-2/+2
* doc: Sync classref with apparent Variant return type changesRémi Verschelde2020-02-221-1/+3
* Update docs to version 4.0clayjohn2020-01-311-1/+1
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-1/+1
* Remove unnecessary extra spaces before comments in code examples.Michael Alexsander2020-01-231-1/+1
* doc: Misc updates for AnimationNode* and othersRémi Verschelde2020-01-231-6/+6
* Improve dictionary description Feniks2020-01-201-4/+49
* Mention that `Dictionary.hash()` can be used for equality comparisonsHugo Locurcio2019-11-111-1/+7
* Proofread and improve the whole class referenceHugo Locurcio2019-06-271-2/+2
* Change "Return" to "Returns" where necessary in XML documentationSean Heffernan2019-05-231-7/+7