A3t::findTag

- Supports single-word tag add/remove, presence/absence, allowing any non-space
  character in the tag, which is an improvement.
This commit is contained in:
Paul Beckingham
2013-08-31 16:23:57 -04:00
parent 272450ff9b
commit 5a29042d3b
2 changed files with 31 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ private:
void findConfigOverride ();
void findPattern ();
void findSubstitution ();
void findTag ();
void validate ();
private: