Commit Graph
10 Commits
Author SHA1 Message Date
Kaligule 97b8ad885b Document all comments that disable warnings
These are the 3 types that I found in the code:

- # warning-ignore:id_of_warning
- # warning-ignore-all:id_of_warning
- # warnings-disable

I found them at https://github.com/godotengine/godot/blob/24e1039eb6fe32115e8d1a62a84965e9be19a2ed/modules/gdscript/gdscript_tokenizer.cpp#L558
If there are any more they should also be added.
2019-09-17 22:33:07 +02:00
Henrique Campos c602bc4aa8 Fix wrong type on replacing callback's types example 2019-03-30 09:45:39 -03:00
Chris Bradfield 41b67909fe Minor tutorial fixes for 3.1 2019-03-20 18:35:40 -07:00
Rémi Verschelde 739ea5eeb9 Fix most Sphinx warnings 2019-01-07 12:14:46 +01:00
Rémi Verschelde 8a49da6da5 Fix internal links to use proper :ref: syntax 2018-12-13 12:05:35 +01:00
corrigentia 0fa68362af Fix some grammar in static_typing.rst (#1982) 2018-12-07 15:26:00 +01:00
Vallentin cd4353790f Fixed typos (#1906) 2018-11-20 09:44:00 +01:00
Rémi Verschelde e3b9e56516 Fix capitalization of some headers 2018-10-25 15:52:04 +02:00
Michael Alexsander Silva Dias 5c25e67bbf Make new typed guide have the default syntax 2018-09-21 14:44:12 -03:00
Nathan LovatoandGuilherme Henrique Teixeira de Oliveira 3515f10555 Add intro to typed gdscript
Same article as http://gdquest.com/tutorial/game-design/godot/gdscript/typed-gdscript/, ported to RST
@vnen reviewed the content already, and I improved the article based on
his feedback.

Co-authored-by: Guilherme Henrique Teixeira de Oliveira <htoguilherme@gmail.com>
2018-09-21 07:32:44 +09:00