Update Haxe documentation (3.4.7)

pull/775/head
Thibaut Courouble 7 years ago
parent 9987aa323c
commit 3d5c228f27

@ -304,7 +304,7 @@ credits = [
'Haxe', 'Haxe',
'2005-2016 Haxe Foundation', '2005-2016 Haxe Foundation',
'MIT', 'MIT',
'http://haxe.org/foundation/open-source.html' 'https://haxe.org/foundation/open-source.html'
], [ ], [
'Homebrew', 'Homebrew',
'2009-present Homebrew contributors', '2009-present Homebrew contributors',

@ -2,8 +2,8 @@ module Docs
class Haxe < UrlScraper class Haxe < UrlScraper
self.name = 'Haxe' self.name = 'Haxe'
self.type = 'haxe' self.type = 'haxe'
self.release = '3.4.1' self.release = '3.4.7'
self.base_url = 'http://api.haxe.org/' self.base_url = 'https://api.haxe.org/'
html_filters.push 'haxe/clean_html', 'haxe/entries' html_filters.push 'haxe/clean_html', 'haxe/entries'
@ -16,7 +16,7 @@ module Docs
version do version do
self.links = { self.links = {
home: 'http://haxe.org', home: 'https://haxe.org',
code: 'https://github.com/HaxeFoundation/haxe' code: 'https://github.com/HaxeFoundation/haxe'
} }
@ -24,35 +24,35 @@ module Docs
end end
version 'C++' do version 'C++' do
self.base_url = 'http://api.haxe.org/cpp/' self.base_url = 'https://api.haxe.org/cpp/'
end end
version 'C#' do version 'C#' do
self.base_url = 'http://api.haxe.org/cs/' self.base_url = 'https://api.haxe.org/cs/'
end end
version 'Flash' do version 'Flash' do
self.base_url = 'http://api.haxe.org/flash/' self.base_url = 'https://api.haxe.org/flash/'
end end
version 'Java' do version 'Java' do
self.base_url = 'http://api.haxe.org/java/' self.base_url = 'https://api.haxe.org/java/'
end end
version 'JavaScript' do version 'JavaScript' do
self.base_url = 'http://api.haxe.org/js/' self.base_url = 'https://api.haxe.org/js/'
end end
version 'Neko' do version 'Neko' do
self.base_url = 'http://api.haxe.org/neko/' self.base_url = 'https://api.haxe.org/neko/'
end end
version 'PHP' do version 'PHP' do
self.base_url = 'http://api.haxe.org/php/' self.base_url = 'https://api.haxe.org/php/'
end end
version 'Python' do version 'Python' do
self.base_url = 'http://api.haxe.org/python/' self.base_url = 'https://api.haxe.org/python/'
end end
end end
end end

Loading…
Cancel
Save