Index: Ringtoets/Common/src/Ringtoets.Common.IO/Structures/StructureFilesKeywords.cs =================================================================== diff -u -rb70abd70f1cd326d1a753c5879a065149ac2ae84 -r5991a06d2afe5d5051781e6f109f16648baee684 --- Ringtoets/Common/src/Ringtoets.Common.IO/Structures/StructureFilesKeywords.cs (.../StructureFilesKeywords.cs) (revision b70abd70f1cd326d1a753c5879a065149ac2ae84) +++ Ringtoets/Common/src/Ringtoets.Common.IO/Structures/StructureFilesKeywords.cs (.../StructureFilesKeywords.cs) (revision 5991a06d2afe5d5051781e6f109f16648baee684) @@ -26,6 +26,8 @@ /// public static class StructureFilesKeywords { + #region Height Structure Keywords + /// /// The first height structure parameter keyword. /// @@ -66,6 +68,10 @@ /// public const string HeightStructureParameterKeyword8 = "KW_HOOGTE8"; + #endregion + + #region Closing Structure Keywords + /// /// The first closing structure parameter keyword. /// @@ -141,6 +147,10 @@ /// public const string ClosingStructureParameterKeyword15 = "KW_BETSLUIT15"; + #endregion + + #region Stability Point Structure Keywords + /// /// The first stability point structure parameter keyword. /// @@ -267,10 +277,12 @@ public const string StabilityPointStructureParameterKeyword25 = "KW_STERSTAB25"; /// - /// The twenty-six stability point structure parameter keyword. + /// The twenty-sixth stability point structure parameter keyword. /// public const string StabilityPointStructureParameterKeyword26 = "KW_STERSTAB26"; + #endregion + #region Required Structure *.csv header column names ///