Update C documentation

pull/570/merge
Thibaut Courouble 8 years ago
parent 15fdab9a49
commit ac451e1b0a

@ -10,7 +10,7 @@ module Docs
'.t-dcl-rev-num > .t-dcl-rev-aux ~ tr:not(.t-dcl-rev-aux) > td:nth-child(2)').remove '.t-dcl-rev-num > .t-dcl-rev-aux ~ tr:not(.t-dcl-rev-aux) > td:nth-child(2)').remove
css('#bodyContent', '.mw-content-ltr', 'span[style]', 'div[class^="t-ref"]', css('#bodyContent', '.mw-content-ltr', 'span[style]', 'div[class^="t-ref"]',
'th > div', '.t-dsc-see', '.mainpagediv', 'code > b').each do |node| 'th > div', 'td > div', '.t-dsc-see', '.mainpagediv', 'code > b', 'tbody').each do |node|
node.before(node.children).remove node.before(node.children).remove
end end

Loading…
Cancel
Save