Explorar o código

cakephp: skip empty namespace-Cake.html

Simon Legner %!s(int64=5) %!d(string=hai) anos
pai
achega
24dbf6fd26
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/docs/scrapers/cakephp.rb

+ 1 - 1
lib/docs/scrapers/cakephp.rb

@@ -8,7 +8,7 @@ module Docs
       code: 'https://github.com/cakephp/cakephp'
     }
 
-    options[:skip_patterns] = [/\Asource-/]
+    options[:skip_patterns] = [/\Asource-/, /\Anamespace-Cake.html/]
 
     options[:attribution] = <<-HTML
       &copy; 2005&ndash;present The Cake Software Foundation, Inc.<br>