godot/servers/audio
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
..
effects Style: Misc docs and comment style and language fixes 2022-11-02 19:01:18 +01:00
audio_driver_dummy.cpp Make audio thread control flags safe 2022-08-19 13:28:10 +02:00
audio_driver_dummy.h Make audio thread control flags safe 2022-08-19 13:28:10 +02:00
audio_effect.cpp Simplify GDVIRTUAL_CALL calls 2022-10-19 00:05:48 +02:00
audio_effect.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
audio_filter_sw.cpp Style: Partially apply clang-tidy's cppcoreguidelines-pro-type-member-init 2022-05-02 16:28:25 +02:00
audio_filter_sw.h Style: Partially apply clang-tidy's cppcoreguidelines-pro-type-member-init 2022-05-02 16:28:25 +02:00
audio_rb_resampler.cpp Use constexpr in the conditions with template parameters and sizeofs to suppress C4127 warnings. 2022-09-29 10:38:21 +03:00
audio_rb_resampler.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
audio_stream.cpp Simplify GDVIRTUAL_CALL calls 2022-10-19 00:05:48 +02:00
audio_stream.h Change time parameters and variables to double type 2022-09-26 13:52:54 -05:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00