[DOC] Stop unintentional references to builtin or standard names
This commit is contained in:
parent
7bfa1c3dc9
commit
e316128e3d
@ -51,7 +51,10 @@ DATA.each_line {|s|
|
|||||||
next
|
next
|
||||||
end
|
end
|
||||||
h[name] = default_value
|
h[name] = default_value
|
||||||
COMMENTS[name] = comment if comment
|
if comment
|
||||||
|
# Stop unintentional references
|
||||||
|
COMMENTS[name] = comment.gsub(/\b(Data|Kernel|Process|Set|Socket|Time)\b/, '\\\\\\&')
|
||||||
|
end
|
||||||
}
|
}
|
||||||
DEFS = h.to_a
|
DEFS = h.to_a
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user