summaryrefslogtreecommitdiff
path: root/src/core/common
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-04-12 01:33:53 +0200
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2016-04-25 22:24:14 +0200
commitfc852147529c6c98a7ad4a2aaea6a9aa14982562 (patch)
tree31d0549b71e92817f4d015d48db8713c7aa9b2f0 /src/core/common
parente126a4a8c2c4508e8a920d960e152b20cce33370 (diff)
Completed documentation
Diffstat (limited to 'src/core/common')
-rw-r--r--src/core/common/Token.hpp2
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);