summaryrefslogtreecommitdiffstats
path: root/doc/classes/Signal.xml
Commit message (Collapse)AuthorAgeFilesLines
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
| | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
| | | | Keep on waitin'
* Overhaul the top sections of the class reference (Core classes)VolTer2023-05-191-1/+1
|
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Fix incorrect description for `Signal::get_connections`Yuri Sizov2023-02-031-1/+4
|
* Update C# signal documentation and remove bind arrayRaul Santos2023-01-231-2/+2
| | | | | - Updates C# signal documentation and code examples to the new API in 4.0 - Replace all `nameof` usages with the exposed `StringName`
* Fix warning in Signal DocumentationMicky2022-11-241-2/+2
|
* Tweak Signal DocumentationMicky2022-11-231-13/+32
| | | | | | - Add missing Operator and leading description - Avoid calling "Signal" an object or class. - Add more details to `connect` and `disconnect`
* Fill random docskobewi2022-11-221-0/+5
|
* [doc] Use "param" instead of "code" to refer to parameters #3Andy Maloney2022-08-091-1/+1
|
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-9/+9
|
* Add tutorial links to Signal's documentationAaron Record2022-04-081-0/+2
|
* Remove generating of null comparison operators from documentationYuri Roubinsky2022-03-141-10/+0
|
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
| | | | | | | | This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions.
* Move the docs for constructors and operators out of methods sectionAaron Franke2021-10-291-16/+20
|
* Merge pull request #52849 from KoBeWi/know_no_bindsRémi Verschelde2021-09-251-4/+10
|\
| * Remove binds from Signal.connectkobewi2021-09-241-4/+10
| |
* | 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-48/+24
| | | | | | | | For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there.
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-1/+1
|
* doc: Sync classref with current sourceRémi Verschelde2021-03-181-7/+7
| | | | And move GLTF docs to its module folder.
* doc: Sync classref to add operators after #43419Rémi Verschelde2020-11-101-3/+19
|
* Variant: Sync docs with new constructors, fixups after #43403Rémi Verschelde2020-11-091-2/+18
| | | | | Change DocData comparators for MethodDoc and ArgumentDoc to get a better ordering of constructors.
* doc: Sync classref with current source + fixup some bindingsRémi Verschelde2020-11-041-1/+1
| | | | Includes various changes triggered by the refactoring of method bindings.
* doc: Sync classref with current sourceRémi Verschelde2020-03-181-1/+1
| | | | Fix wrong binding after #37111.
* Add LOTS of missing docsTomasz Chabora2020-03-131-0/+10
|
* DocData: Fix serialization of Variant default valuesRémi Verschelde2020-03-091-1/+1
| | | | Co-authored-by: Bojidar Marinov <bojidar.marinov.bg@gmail.com>
* doc: Sync classref with StringName/Callable changesRémi Verschelde2020-02-221-0/+87