Fleshed out SubstitutionField spec and implementation.

- Added newline modifier to spec and implementation
- Does not belong in Merge, so moved back to glabels
- Incorporated SubstitutionField into RawText
This commit is contained in:
Jim Evins
2017-11-22 13:33:30 -05:00
parent acfa5e9a32
commit 8bec3594ec
14 changed files with 864 additions and 622 deletions
-2
View File
@@ -15,7 +15,6 @@ set (merge_sources
TextColonKeys.cpp
TextSemicolon.cpp
TextSemicolonKeys.cpp
SubstitutionField.cpp
)
set (merge_qobject_headers
@@ -44,7 +43,6 @@ link_directories (
#=======================================
# Subdirectories
#=======================================
add_subdirectory (unit_tests)
#=======================================