[devdocsgjs/main: 1178/1867] cakephp: skip empty namespace-Cake.html




commit 24dbf6fd26370863058cb2f0fee5e3ea8c1f0737
Author: Simon Legner <Simon Legner gmail com>
Date:   Sun Nov 15 22:32:18 2020 +0100

    cakephp: skip empty namespace-Cake.html

 lib/docs/scrapers/cakephp.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lib/docs/scrapers/cakephp.rb b/lib/docs/scrapers/cakephp.rb
index e240a592..248df29b 100644
--- a/lib/docs/scrapers/cakephp.rb
+++ b/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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]