summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-02-03 21:43:26 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-02-03 21:43:26 +0100
commita9d898ffb53b7da187281fb9e471cbb6e002fa19 (patch)
tree61b5e3aa14b13405857c73426854497dcebbb024 /src/core
parentd4f6c5e63c1dd1503b1bc7d237803695ca1763bb (diff)
Fixed comment
Diffstat (limited to 'src/core')
-rw-r--r--src/core/parser/ParserScope.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/parser/ParserScope.hpp b/src/core/parser/ParserScope.hpp
index 30db92f..057d918 100644
--- a/src/core/parser/ParserScope.hpp
+++ b/src/core/parser/ParserScope.hpp
@@ -65,7 +65,8 @@ using ResolutionResultCallback = std::function<
void(Handle<Node> resolved, Handle<Node> owner, Logger &logger)>;
/**
- * Base class for the
+ * Base class for the ParserScope, does not contain the mechanisms for deferred
+ * lookup, only maintains the stack of nodes.
*/
class ParserScopeBase {
protected: