Merge pull request #2083 from thewheat/cpp-parse-more-entries

CPP scrape entries ending with <typename>
pull/2073/head
Simon Legner 1 year ago committed by GitHub
commit 2ac4b4a001
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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