1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-20 10:52:41 +01:00

Codefix: some incorrect doxygen comments (#15019)

This commit is contained in:
Loïc Guilloux
2026-01-02 22:53:34 +01:00
committed by GitHub
parent fdf75775d9
commit 7d32bf24d5
5 changed files with 11 additions and 11 deletions

View File

@@ -753,7 +753,7 @@ public:
class DefaultStringIterator : public StringIterator
{
Utf8View string; ///< Current string.
Utf8View::iterator cur_pos; //< Current iteration position.
Utf8View::iterator cur_pos; ///< Current iteration position.
public:
void SetString(std::string_view s) override