src/Configuration.h
branchv_0
changeset 1 e04e5bbc147b
parent 0 1bb084f84eb9
--- a/src/Configuration.h	Wed Dec 09 17:55:03 2020 +0100
+++ b/src/Configuration.h	Wed Dec 09 23:53:30 2020 +0100
@@ -36,7 +36,7 @@
 	/** Relation name = section name; record = section; attribute = key/value. */
 	Literal,
 	/** Like previous style, but the relation name is ignored and the section name is based on the attribute value. This style is useful for generating multiple sections with same keys. */
-	LiteralWithSectionAttribute,
+	SectionFirst,
 };
 
 class WriterOptionRecipe {
@@ -50,6 +50,7 @@
 
 class RelationConfiguration {
 public:
+	/** regular expression */
 	relpipe::common::type::StringX relation;
 	Style style = Style::Automatic;
 };