diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-22 02:49:09 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-22 02:49:09 +0100 |
commit | 9b9c7439b6cb1b711901ad49cd4855e1b0964652 (patch) | |
tree | 4509d4ff644896f680156ccb4c42e4a1edf6f4da /src/core/parser/ParserContext.hpp | |
parent | 4df98e9ae04dd077e47f0a5539aeb68b96c710c4 (diff) |
Backup
Diffstat (limited to 'src/core/parser/ParserContext.hpp')
-rw-r--r-- | src/core/parser/ParserContext.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/parser/ParserContext.hpp b/src/core/parser/ParserContext.hpp index 88d1f52..bb64600 100644 --- a/src/core/parser/ParserContext.hpp +++ b/src/core/parser/ParserContext.hpp @@ -71,8 +71,8 @@ struct ParserContext { /** * Constructor of the ParserContext class. * - * @param scope is a reference to the ParserScope instance that should be used to - * lookup names. + * @param scope is a reference to the ParserScope instance that should be + * used to lookup names. * @param registry is a reference at the Registry class, which allows to * obtain references at parsers for other formats or script engine * implementations. |