godot/modules/mbedtls
Rémi Verschelde f7c611ab71
Style: Misc docs and comment style and language fixes
- Removed empty paragraphs in XML.
- Consistently use bold style for "Example:", on a new line.
- Fix usage of `[code]` when hyperlinks could be used (`[member]`, `[constant]`).
- Fix invalid usage of backticks for inline code in BBCode.
- Fix some American/British English spelling inconsistencies.
- Other minor fixes spotted along the way, including typo fixes with codespell.
- Don't specify `@GlobalScope` for `enum` and `constant`.
2022-11-02 19:01:18 +01:00
..
tests Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
config.py Cleanup: Remove executable bit from files which don't need it 2021-01-19 23:36:42 +01:00
crypto_mbedtls.cpp Make FileAccess and DirAccess classes reference counted. 2022-04-11 13:28:51 +03:00
crypto_mbedtls.h [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00
dtls_server_mbedtls.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
dtls_server_mbedtls.h [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00
packet_peer_mbed_dtls.cpp [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00
packet_peer_mbed_dtls.h [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00
register_types.cpp [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00
register_types.h Refactor module initialization 2022-05-04 17:34:51 +02:00
SCsub Bump mbedTLS version to 2.28.0 (new LTS). 2021-12-21 13:26:02 +01:00
stream_peer_mbedtls.cpp Style: Misc docs and comment style and language fixes 2022-11-02 19:01:18 +01:00
stream_peer_mbedtls.h [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00
tls_context_mbedtls.cpp [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00
tls_context_mbedtls.h [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00