From 295feda3b496baea96ca09c78e904f6f34614e4d Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 15 Oct 2014 01:44:21 -0400 Subject: [PATCH] Parser - Corrected findTags comment. --- src/Parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Parser.cpp b/src/Parser.cpp index bea915269..f359b1f3e 100644 --- a/src/Parser.cpp +++ b/src/Parser.cpp @@ -851,7 +851,7 @@ void Parser::findSubstitution () } //////////////////////////////////////////////////////////////////////////////// -// +tag +// +tag|-tag void Parser::findTag () { bool action = true;