summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: