Codechange: Make some variables and constants documentation comments recognised by doxygen.

This commit is contained in:
Cyprian Klimaszewski
2026-02-20 19:40:43 +01:00
committed by rubidium42
parent 7a6b7fb1f0
commit 21bee91fa7
71 changed files with 263 additions and 204 deletions
+1 -1
View File
@@ -265,7 +265,7 @@ static void FormatString(StringBuilder &builder, std::string_view str, std::span
}
struct LanguagePack : public LanguagePackHeader {
char data[]; // list of strings
char data[]; ///< List of strings.
};
struct LanguagePackDeleter {