From 062780c83434a54e2c0d79a0530168e3a045f872 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 22 Mar 2010 00:48:51 +0000 Subject: update doc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27007 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/socket/mkconstants.rb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ext/socket/mkconstants.rb') diff --git a/ext/socket/mkconstants.rb b/ext/socket/mkconstants.rb index dbcba25143..f2ba136f9c 100644 --- a/ext/socket/mkconstants.rb +++ b/ext/socket/mkconstants.rb @@ -275,7 +275,13 @@ result = ERB.new(<<'EOS', nil, '%').result(binding) <%= INTERN_DEFS.map {|vardef, gen_hash, decl, func| vardef }.join("\n") %> /* - * Document-module: Socket::Constants + * Document-module: ::Socket::Constants + * + * Socket::Constants provides socket related constants. + * Following lists possible constants. + * If underlying platform doesn't define a constant, + * the corresponding Ruby constant is not defined. + * */ static void init_constants(void) -- cgit v1.2.3