godot/doc
Rémi Verschelde 7b081a7fc8 Fix warnings about unhandled enum value in switch [-Wswitch]
Fixes GCC 5 warnings of the form:

core/io/http_client.cpp:288:9: warning: enumeration value 'STATUS_SSL_HANDSHAKE_ERROR' not handled in switch [-Wswitch]
core/io/marshalls.cpp:806:9: warning: enumeration value 'AABB' not handled in switch [-Wswitch]

Those can be trivial cases where adding a default fallback is the solution,
or more complex issues/hidden bugs where missed values are actually meant
to be handled.
2018-09-27 18:34:30 +02:00
..
classes Fix warnings about unhandled enum value in switch [-Wswitch] 2018-09-27 18:34:30 +02:00
tools doc: Fixes to rst converter 2018-09-21 09:50:21 +02:00
Doxyfile Add a Makefile to generate classes doc in various formats 2015-12-13 00:01:04 +01:00
Makefile makerst: Fix support for module classes 2017-10-14 15:22:06 +02:00