[DOC] Make undocumented socket constans nodoc
This commit is contained in:
parent
557d929ba6
commit
cbda94edd8
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user