We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66cba23 commit 7813ffeCopy full SHA for 7813ffe
lib/docs/filters/cpp/entries.rb
@@ -31,6 +31,8 @@ def get_type
31
'Keywords'
32
elsif subpath.start_with?('experimental')
33
'Experimental libraries'
34
+ elsif subpath.start_with?('language/')
35
+ 'Language'
36
elsif type = at_css('.t-navbar > div:nth-child(4) > :first-child').try(:content)
37
type.strip!
38
type.remove! ' library'
0 commit comments