class RspecApiDocumentation::Writers::HtmlWriter

Constants

EXTENSION

Public Instance Methods

extension() click to toggle source
# File lib/rspec_api_documentation/writers/html_writer.rb, line 14
def extension
  EXTENSION
end
markup_example_class() click to toggle source
# File lib/rspec_api_documentation/writers/html_writer.rb, line 10
def markup_example_class
  RspecApiDocumentation::Views::HtmlExample
end
markup_index_class() click to toggle source
# File lib/rspec_api_documentation/writers/html_writer.rb, line 6
def markup_index_class
  RspecApiDocumentation::Views::HtmlIndex
end