From 6f37531bab32314c792bd7380300d197bbe2c46c Mon Sep 17 00:00:00 2001 From: Olly Levett Date: Wed, 10 Oct 2018 19:02:24 +0100 Subject: [PATCH] housekeeping: tidy up cref documentation in event builder --- src/EventBuilder/Platforms/Android.cs | 4 ++-- src/EventBuilder/Platforms/Bespoke.cs | 2 +- src/EventBuilder/Platforms/iOS.cs | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/EventBuilder/Platforms/Android.cs b/src/EventBuilder/Platforms/Android.cs index 889c21efd1..d51f68aa08 100644 --- a/src/EventBuilder/Platforms/Android.cs +++ b/src/EventBuilder/Platforms/Android.cs @@ -11,11 +11,11 @@ namespace EventBuilder.Platforms /// /// The Android platform. /// - /// + /// public class Android : BasePlatform { /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// The reference assemblies location. public Android(string referenceAssembliesLocation) diff --git a/src/EventBuilder/Platforms/Bespoke.cs b/src/EventBuilder/Platforms/Bespoke.cs index 5c513ba27b..1f21843fef 100644 --- a/src/EventBuilder/Platforms/Bespoke.cs +++ b/src/EventBuilder/Platforms/Bespoke.cs @@ -8,7 +8,7 @@ namespace EventBuilder.Platforms /// /// The Bespoke platform. /// - /// + /// public class Bespoke : BasePlatform { /// diff --git a/src/EventBuilder/Platforms/iOS.cs b/src/EventBuilder/Platforms/iOS.cs index b68aa638b2..cba87f42eb 100644 --- a/src/EventBuilder/Platforms/iOS.cs +++ b/src/EventBuilder/Platforms/iOS.cs @@ -1,4 +1,4 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. @@ -11,7 +11,7 @@ namespace EventBuilder.Platforms /// /// iOS platform assemblies and events. /// - /// + /// // ReSharper disable once InconsistentNaming public class iOS : BasePlatform {