Cleanup doc comments in ComponentModel.Primitives (dotnet/corefx#35056)
authorHugh Bellamy <hughbellars@gmail.com>
Tue, 5 Feb 2019 00:00:19 +0000 (00:00 +0000)
committerDan Moseley <danmose@microsoft.com>
Tue, 5 Feb 2019 00:00:19 +0000 (16:00 -0800)
commit6d713debd9f4d05a07f6cbc6f66050d81a129aec
tree516d50f0bb799decd02c28cd9803d5a8e4e53b51
parent9142fd45e67302c5fc5e804bc686b534c280b300
Cleanup doc comments in ComponentModel.Primitives (dotnet/corefx#35056)

* Cleanup doc comments in ComponentModel.Primitives

* Pr feedback, remove incorrect comment

Commit migrated from https://github.com/dotnet/corefx/commit/53a33cf2662ac8c9a45d13067012d80cf0ba6956
27 files changed:
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/BrowsableAttribute.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/CategoryAttribute.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/Component.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/ComponentCollection.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/DescriptionAttribute.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/DesignOnlyAttribute.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/DesignerCategoryAttribute.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/DesignerSerializationVisibility.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/DesignerSerializationVisibilityAttribute.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/DisplayNameAttribute.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/EventHandlerList.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/IComponent.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/IContainer.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/ISite.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/ISupportInitialize.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/ISynchronizeInvoke.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/ImmutableObjectAttribute.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/InitializationEventAttribute.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/InvalidAsynchronousStateException.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/InvalidEnumArgumentException.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/LocalizableAttribute.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/MergablePropertyAttribute.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/NotifyParentPropertyAttribute.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/ParenthesizePropertyNameAttribute.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/ReadOnlyAttribute.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/RefreshProperties.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/RefreshPropertiesAttribute.cs