From a9d898ffb53b7da187281fb9e471cbb6e002fa19 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Tue, 3 Feb 2015 21:43:26 +0100 Subject: Fixed comment --- src/core/parser/ParserScope.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/core/parser/ParserScope.hpp') 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 resolved, Handle 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: -- cgit v1.2.3