Index: Core/Common/src/Core.Common.Gui/Forms/ViewHost/IViewHost.cs
===================================================================
diff -u -r223b2a4edc4ac816051c7eeecb735c34a6246574 -r399dd53d2efa4adb1a3010184e38515b65cef723
--- Core/Common/src/Core.Common.Gui/Forms/ViewHost/IViewHost.cs (.../IViewHost.cs) (revision 223b2a4edc4ac816051c7eeecb735c34a6246574)
+++ Core/Common/src/Core.Common.Gui/Forms/ViewHost/IViewHost.cs (.../IViewHost.cs) (revision 399dd53d2efa4adb1a3010184e38515b65cef723)
@@ -62,9 +62,10 @@
IView ActiveDocumentView { get; }
///
- /// Adds a document view and makes it active ().
+ /// Adds a document view and makes it active.
///
/// The document view to add.
+ ///
void AddDocumentView(IView view);
///
Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Views/GrassCoverErosionInwardsChartDataFactory.cs
===================================================================
diff -u -rab8c9b7b8f4ab2a55a810a32c3e0841dcf517f5e -r399dd53d2efa4adb1a3010184e38515b65cef723
--- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Views/GrassCoverErosionInwardsChartDataFactory.cs (.../GrassCoverErosionInwardsChartDataFactory.cs) (revision ab8c9b7b8f4ab2a55a810a32c3e0841dcf517f5e)
+++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Views/GrassCoverErosionInwardsChartDataFactory.cs (.../GrassCoverErosionInwardsChartDataFactory.cs) (revision 399dd53d2efa4adb1a3010184e38515b65cef723)
@@ -75,7 +75,7 @@
///
/// The to update the name for.
/// The used for obtaining the name.
- /// When is null a default name is set ().
+ /// A default name is set (the same as in ) when is null.
public static void UpdateDikeGeometryChartDataName(ChartLineData chartData, DikeProfile dikeProfile)
{
chartData.Name = dikeProfile != null
@@ -90,7 +90,7 @@
///
/// The to update the name for.
/// The used for obtaining the name.
- /// A default name is set () when:
+ /// A default name is set (the same as in ) when:
///
/// - is null;
/// - the dike profile in is null;
Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/Views/PipingChartDataFactory.cs
===================================================================
diff -u -r78053965aab36c2c21e2706e73d84a9dc2cd5f3a -r399dd53d2efa4adb1a3010184e38515b65cef723
--- Ringtoets/Piping/src/Ringtoets.Piping.Forms/Views/PipingChartDataFactory.cs (.../PipingChartDataFactory.cs) (revision 78053965aab36c2c21e2706e73d84a9dc2cd5f3a)
+++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/Views/PipingChartDataFactory.cs (.../PipingChartDataFactory.cs) (revision 399dd53d2efa4adb1a3010184e38515b65cef723)
@@ -181,7 +181,7 @@
///
/// The to update the name for.
/// The used for obtaining the name.
- /// When is null a default name is set ().
+ /// A default name is set (the same as in ) when is null.
public static void UpdateSurfaceLineChartDataName(ChartLineData chartData, RingtoetsPipingSurfaceLine surfaceLine)
{
chartData.Name = surfaceLine != null
@@ -194,7 +194,7 @@
///
/// The to update the name for.
/// The used for obtaining the name.
- /// A default name is set () when:
+ /// A default name is set (the same as in ) when:
///
/// - is null;
/// - the in is null.