Skip to content

Commit

Permalink
[DOC] Make undocumented socket constans nodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Dec 17, 2023
1 parent 557d929 commit cbda94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/socket/mkconstants.rb
Expand Up @@ -38,7 +38,7 @@ def c_str(str)


h = {}
COMMENTS = Hash.new { |h, name| h[name] = name }
COMMENTS = Hash.new(":nodoc:")

DATA.each_line {|s|
name, default_value, comment = s.chomp.split(/\s+/, 3)
Expand Down

0 comments on commit cbda94e

Please sign in to comment.