[DOC] Make undocumented socket constans nodoc

This commit is contained in:
Nobuyoshi Nakada 2023-12-17 20:17:45 +09:00
parent 557d929ba6
commit cbda94edd8
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -38,7 +38,7 @@ opt.parse!
h = {} h = {}
COMMENTS = Hash.new { |h, name| h[name] = name } COMMENTS = Hash.new(":nodoc:")
DATA.each_line {|s| DATA.each_line {|s|
name, default_value, comment = s.chomp.split(/\s+/, 3) name, default_value, comment = s.chomp.split(/\s+/, 3)