Spacedocs
Generate beautiful html and css for your JavaDoc'd source code.
Installation
Add this line to your application's Gemfile:
gem 'spacedocs'
And then execute:
$ bundle
Or install it yourself as:
$ gem install spacedocs
Usage
Spacedocs.doc(output_path, source_file) generates html files at output_path/docs based on JavaDoc style comments from source_file
If you don't feel like writing your own css
Spacedocs.generate_css(output_path) generates a default stylesheet at output_path/docs/stylesheets
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Added some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request