README
- Full Path:
- README
Resh
Description
Resh is a HTML template for RDoc.
Installation
Archive Installation
rake install
Gem Installation
gem install resh
Features/Problems
RubyGems install this to GEMHOME, so raw rdoc command is not able to find ‘resh’. In like this case, use RUBYOPT to load rubygems
RUBYOPT="-rubygems" rdoc --template resh foobar
Any other gem loaded context, above option is not required.
- Rake::RDocTask
Rake::RDocTask.new do |rdoc| rdoc.rdoc_dir = 'html' rdoc.options += RDOC_OPTS rdoc.template = "resh" if ENV['DOC_FILES'] rdoc.rdoc_files.include(ENV['DOC_FILES'].split(/,¥s*/)) else rdoc.rdoc_files.include('README', 'Changelog') rdoc.rdoc_files.include('examples/simple.rb') rdoc.rdoc_files.include('lib/**/*.rb') rdoc.rdoc_files.include('ext/**/*.c') end end - ~/.gemrc
rdoc: --template resh
Copyright
| Author: | cho45 <cho45@lowreal.net> |
| Copyright: | Copyright © 2007 cho45 |
| License: | Ruby’s |
Classes/Modules
RDoc::Page
- INDEX
- CLASS_PAGE
- FILE_PAGE
- STYLE