godot/modules/regex
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
..
doc_classes Style: Misc docs and comment style and language fixes 2022-11-02 19:01:18 +01:00
tests Replace Array return types with TypedArray 2022-08-22 22:42:36 +02:00
config.py
regex.cpp Change Array arguments to TypedArray 2022-09-01 13:13:19 +02:00
regex.h Change Array arguments to TypedArray 2022-09-01 13:13:19 +02:00
register_types.cpp
register_types.h
SCsub SCons: Fix MSVC warning LNK4042 about dupe objects in regex 2022-09-27 13:45:16 +02:00