hoaproject / Websocket

The Hoa\Websocket library.
https://hoa-project.net/
423 stars 75 forks source link

Fix documentation about the `close` method #86

Open Hywan opened 7 years ago

Hywan commented 7 years ago

See http://discourse.hoa-project.net/t/hoa-websocket-hack-book-hoa/100/13 for more information.

The documentation mentions 3 arguments for the close method. This is wrong. We must fix that.

Hywan commented 7 years ago

Documentation files are located here, https://github.com/hoaproject/Websocket/tree/master/Documentation.

See hoa devtools:documentation to locally generate the documentation. We can help!