You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
devdocs/lib/docs/scrapers/cppref/c.rb

14 lines
284 B

module Docs
class C < Cppref
self.name = 'C'
self.slug = 'c'
self.base_url = 'https://en.cppreference.com/w/c/'
# release = '2022-09-06'
html_filters.insert_before 'cppref/clean_html', 'c/entries'
options[:root_title] = 'C Programming Language'
end
end