소스 검색

Update C/C++ docs

Thibaut Courouble 7 년 전
부모
커밋
7813ffeba2
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      lib/docs/filters/cpp/entries.rb

+ 2 - 0
lib/docs/filters/cpp/entries.rb

@@ -31,6 +31,8 @@ module Docs
           'Keywords'
         elsif subpath.start_with?('experimental')
           'Experimental libraries'
+        elsif subpath.start_with?('language/')
+          'Language'
         elsif type = at_css('.t-navbar > div:nth-child(4) > :first-child').try(:content)
           type.strip!
           type.remove! ' library'