Skip to content

Commit 7813ffe

Browse files
committed
Update C/C++ docs
1 parent 66cba23 commit 7813ffe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/docs/filters/cpp/entries.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ def get_type
3131
'Keywords'
3232
elsif subpath.start_with?('experimental')
3333
'Experimental libraries'
34+
elsif subpath.start_with?('language/')
35+
'Language'
3436
elsif type = at_css('.t-navbar > div:nth-child(4) > :first-child').try(:content)
3537
type.strip!
3638
type.remove! ' library'

0 commit comments

Comments
 (0)