Skip to content

Commit

Permalink
doxygen fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Pentarctagon committed Sep 20, 2024
1 parent 5c23721 commit 6be87ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/serialization/tokenizer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <string>

// use of illegal utf8 character for this purpose was added in a76be7ef1e921dabacd99f16ef440bf9673b8d98
// added by the preprocessor to allow special handling for 'line' and 'textdomain' commands
// added by the preprocessor to allow special handling for #line and #textdomain commands
// see OUTPUT_SEPARATOR in preprocessor.cpp
constexpr int INLINED_PREPROCESS_DIRECTIVE_CHAR = 254;

Expand Down Expand Up @@ -191,7 +191,7 @@ class tokenizer

/**
* Returns true if the next characters are the one from @a cmd followed by a space. Skips all the matching characters.
* Currently handles only #textdomain (specified by the WML) and #line (added by the preprocessor)
* Currently handles only \#textdomain (specified by the WML) and \#line (added by the preprocessor)
*/
bool skip_command(char const *cmd);

Expand Down

0 comments on commit 6be87ae

Please sign in to comment.