diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs
index fb41fd73..6ff6f035 100644
--- a/websocket-sharp/Server/WebSocketServer.cs
+++ b/websocket-sharp/Server/WebSocketServer.cs
@@ -1020,9 +1020,13 @@ namespace WebSocketSharp.Server
}
///
- /// Stops receiving the WebSocket handshake requests, and closes
- /// the WebSocket connections.
+ /// Stops receiving the WebSocket handshake requests,
+ /// and closes the WebSocket connections.
///
+ ///
+ /// This method does nothing if the server is not started,
+ /// it is shutting down, or it has already stopped.
+ ///
public void Stop ()
{
stop (1005, String.Empty);