A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://ruby.github.io/rdoc/RDoc/Markup/ToHtml.html below:

class RDoc::Markup::ToHtml - rdoc Documentation

  1. RDoc::
  2. Markup::
  3. ToHtml
class RDoc::Markup::ToHtml

Outputs RDoc markup as HTML.

Public Class Methods

Source

def initialize(options, markup = nil)
  super

  @code_object = nil
  @from_path = ''
  @in_list_entry = nil
  @list = nil
  @th = nil
  @hard_break = "<br>\n"

  init_regexp_handlings

  init_tags
end

Creates a new formatter that will output HTML

Regexp Handling ↑ top Utilities ↑ top Constants
LIST_TYPE_TO_HTML

Maps RDoc::Markup::Parser::LIST_TOKENS types to HTML tags

Attributes

The RDoc::CodeObject HTML is being generated for. This is used to generate namespaced URI fragments

Path to this document for relative links

Visitor ↑ top

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4