[devdocsgjs/main: 1178/1867] cakephp: skip empty namespace-Cake.html
- From: Andy Holmes <andyholmes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devdocsgjs/main: 1178/1867] cakephp: skip empty namespace-Cake.html
- Date: Fri, 19 Nov 2021 23:47:47 +0000 (UTC)
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
© 2005–present The Cake Software Foundation, Inc.<br>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]