diff options
Diffstat (limited to 'src/core/common')
-rw-r--r-- | src/core/common/Token.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/common/Token.hpp b/src/core/common/Token.hpp index ccbc84b..ccec784 100644 --- a/src/core/common/Token.hpp +++ b/src/core/common/Token.hpp @@ -201,7 +201,7 @@ struct Token { * Returns the name of the special token or an empty string if it is not a * special token. * - * @param id + * @param id is the TokenId for which the special name should be returned. */ static const char* specialName(TokenId id); |