gen_sub_directories()
See the comments at the top for a description of the directory structure
# File lib/rdoc/generator/html.rb, line 159 def gen_sub_directories FileUtils.mkdir_p RDoc::Generator::FILE_DIR FileUtils.mkdir_p RDoc::Generator::CLASS_DIR rescue $stderr.puts $!.message exit 1 end