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/generator.rb | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 lib/rdoc/generator.rb (limited to 'lib/rdoc/generator.rb') diff --git a/lib/rdoc/generator.rb b/lib/rdoc/generator.rb new file mode 100644 index 0000000000..cf4bb3a6f1 --- /dev/null +++ b/lib/rdoc/generator.rb @@ -0,0 +1,25 @@ +require 'cgi' +require 'rdoc' +require 'rdoc/options' +require 'rdoc/markup/simple_markup' +require 'rdoc/template' + +module RDoc::Generator + + ## + # 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