From adf031f1ce3891635d7c3af2bb2f3e90de52c6ca Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Wed, 1 Apr 2015 00:03:05 +0200 Subject: Some small formatting and comment changes, introduce more anonymous namespaces in cpp --- src/core/parser/stack/Handler.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/parser/stack') diff --git a/src/core/parser/stack/Handler.hpp b/src/core/parser/stack/Handler.hpp index 17c91d8..9355e09 100644 --- a/src/core/parser/stack/Handler.hpp +++ b/src/core/parser/stack/Handler.hpp @@ -370,8 +370,8 @@ public: *
  • The token marks the end of some element that is unknown the calling * code. So the operation itself was a success, but the calling code * should not call the "end" method. - *
  • The token did not anything in this context. Basically this shuold - * never happen, but who knows.
  • + *
  • The token did not match anything in this context. Basically this + * should never happen, but who knows.
  • * * * @param id is the Token for which the handler should be started. -- cgit v1.2.3