Actions
Feature #5182
closed[PATCH] Update Socket doc
Feature #5182:
[PATCH] Update Socket doc
Description
[ancdata.c, basicsocket.c, init.c, ipsocket.c, mkconstant.rb, option.c, raddrinfo.c, socket.c, tcpserver.c, tcpsocket.c, udpsocket.c, unixserver.c, unixsocket.c] Make class documentation appear in rdoc by moving then in front of rb_define_class functions.
[socket.c, tcpserver.c] Add simple examples for Socket, TCPServer.
[sockssocket.c] Add documentation.
[socket.c] Introduce socket principles
Files
Updated by drbrain (Eric Hodel) about 14 years ago
- Category set to doc
- Status changed from Open to Feedback
It seems the patch was not attached here.
Updated by sdaubert (Sylvain Daubert) about 14 years ago
Updated by drbrain (Eric Hodel) about 14 years ago
- Status changed from Feedback to Assigned
Updated by drbrain (Eric Hodel) about 14 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r32977.
Sylvain, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
- ext/socket: Make Socket documentation appear. Add documentation for
Socket, TCPServer, SOCKSSocket. Patch by Sylvain Daubert.
[Ruby 1.9 - Feature #5182]
Actions