From fc852147529c6c98a7ad4a2aaea6a9aa14982562 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 12 Apr 2015 01:33:53 +0200 Subject: Completed documentation --- src/core/common/Token.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/common/Token.hpp') 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); -- cgit v1.2.3