From 4e50200dcc4d7d12c0f083ff75a9e9f4d2c8a97e Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 23 Aug 2014 17:17:53 +0900 Subject: [PATCH] Modified some xml doc comments in CloseEventArgs.cs --- websocket-sharp/CloseEventArgs.cs | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/CloseEventArgs.cs b/websocket-sharp/CloseEventArgs.cs index 8bc58f1b..df89b77c 100644 --- a/websocket-sharp/CloseEventArgs.cs +++ b/websocket-sharp/CloseEventArgs.cs @@ -35,9 +35,14 @@ namespace WebSocketSharp /// Contains the event data associated with a event. /// /// - /// A event occurs when the WebSocket connection has been closed. - /// If you would like to get the reason for the close, you should access the or - /// property. + /// + /// A event occurs when the WebSocket connection has been + /// closed. + /// + /// + /// If you would like to get the reason for the close, you should access + /// the or property. + /// /// public class CloseEventArgs : EventArgs {