Browse Source

Update CMake documentation (3.7.0, 3.6.3, 3.5.2)

Thibaut Courouble 9 năm trước cách đây
mục cha
commit
360b5e46a3
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  1. 6 1
      lib/docs/scrapers/cmake.rb

+ 6 - 1
lib/docs/scrapers/cmake.rb

@@ -21,8 +21,13 @@ module Docs
       Licensed under the BSD 3-clause License.
     HTML
 
+    version '3.7' do
+      self.release = '3.7.0'
+      self.base_url = 'https://cmake.org/cmake/help/v3.6/'
+    end
+
     version '3.6' do
-      self.release = '3.6.2'
+      self.release = '3.6.3'
       self.base_url = 'https://cmake.org/cmake/help/v3.6/'
     end