Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion lib/rdoc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ def self.home
autoload :Context, "#{__dir__}/rdoc/code_object/context"
autoload :TopLevel, "#{__dir__}/rdoc/code_object/top_level"

autoload :AnonClass, "#{__dir__}/rdoc/code_object/anon_class"
autoload :ClassModule, "#{__dir__}/rdoc/code_object/class_module"
autoload :NormalClass, "#{__dir__}/rdoc/code_object/normal_class"
autoload :NormalModule, "#{__dir__}/rdoc/code_object/normal_module"
Expand Down
1 change: 0 additions & 1 deletion lib/rdoc/code_object.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
# * RDoc::Context
# * RDoc::TopLevel
# * RDoc::ClassModule
# * RDoc::AnonClass (never used so far)
# * RDoc::NormalClass
# * RDoc::NormalModule
# * RDoc::SingleClass
Expand Down
10 changes: 0 additions & 10 deletions lib/rdoc/code_object/anon_class.rb

This file was deleted.

5 changes: 0 additions & 5 deletions lib/rdoc/generator/darkfish.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@ class RDoc::Generator::Darkfish
css/rdoc.css
]

##
# Release Version

VERSION = '3'

##
# Description of this generator

Expand Down
7 changes: 0 additions & 7 deletions lib/rdoc/markup/formatter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@

class RDoc::Markup::Formatter

##
# Tag for inline markup containing a +bit+ for the bitmask and the +on+ and
# +off+ triggers.

InlineTag = Struct.new(:bit, :on, :off)


##
# Converts a target url to one that is relative to a given path

Expand Down
2 changes: 0 additions & 2 deletions lib/rdoc/markup/to_html_crossref.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ class RDoc::Markup::ToHtmlCrossref < RDoc::Markup::ToHtml

# :stopdoc:
ALL_CROSSREF_REGEXP = RDoc::CrossReference::ALL_CROSSREF_REGEXP
CLASS_REGEXP_STR = RDoc::CrossReference::CLASS_REGEXP_STR
CROSSREF_REGEXP = RDoc::CrossReference::CROSSREF_REGEXP
METHOD_REGEXP_STR = RDoc::CrossReference::METHOD_REGEXP_STR
# :startdoc:

##
Expand Down
Loading