CPP parse entries ending with <typename>

pull/2083/head
Tim Lim 1 year ago
parent 887c879e0f
commit 46a3f335bf

@ -52,7 +52,7 @@ module Docs
name.remove! %r{\s\(.+\)}
name.sub! %r{\AStandard library header <(.+)>\z}, '\1'
name.sub! %r{(<[^>]+>)}, ''
name.sub! %r{(<[^>]+>::)}, '::'
if name.include?('operator') && name.include?(',')
name.sub!(%r{operator.+([\( ])}, 'operators (') || name.sub!(%r{operator.+}, 'operators')

Loading…
Cancel
Save