Update D documentation (2.080.0)

pull/810/head
Thibaut Courouble 7 years ago
parent 87c756e982
commit 5ffaaa4680

@ -19,6 +19,8 @@ module Docs
name.split('.')[0..2].join('.') name.split('.')[0..2].join('.')
elsif name.start_with?('ddmd') elsif name.start_with?('ddmd')
'ddmd' 'ddmd'
elsif name.start_with?('rt')
'rt'
else else
name.split('.')[0..1].join('.') name.split('.')[0..1].join('.')
end end

@ -2,7 +2,7 @@ module Docs
class D < UrlScraper class D < UrlScraper
include MultipleBaseUrls include MultipleBaseUrls
self.release = '2.079.0' self.release = '2.080.0'
self.type = 'd' self.type = 'd'
self.base_urls = ['https://dlang.org/phobos/', 'https://dlang.org/spec/'] self.base_urls = ['https://dlang.org/phobos/', 'https://dlang.org/spec/']
self.root_path = 'index.html' self.root_path = 'index.html'

Loading…
Cancel
Save