From ec519b9b43db7756fcc2c19020ece2d7e2263fe4 Mon Sep 17 00:00:00 2001 From: drbrain Date: Sun, 13 Jan 2008 03:13:37 +0000 Subject: Complete RDoc namespace change git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15018 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rdoc/generators.rb | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 lib/rdoc/generators.rb (limited to 'lib/rdoc/generators.rb') diff --git a/lib/rdoc/generators.rb b/lib/rdoc/generators.rb deleted file mode 100644 index 2970c89827..0000000000 --- a/lib/rdoc/generators.rb +++ /dev/null @@ -1,25 +0,0 @@ -require 'cgi' -require 'rdoc' -require 'rdoc/options' -require 'rdoc/markup/simple_markup' -require 'rdoc/template' - -module RDoc::Generators - - ## - # Name of sub-direcory that holds file descriptions - - FILE_DIR = "files" - - ## - # Name of sub-direcory that holds class descriptions - - CLASS_DIR = "classes" - - ## - # Name of the RDoc CSS file - - CSS_NAME = "rdoc-style.css" - -end - -- cgit v1.2.3