File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ If you want to use this theme in your documentation:
1515gem install rorvswild_theme_rdoc
1616
1717# Generate the documentation
18- rdoc --root path/to/source/code --template= rorvswild
18+ rdoc --root path/to/source/code --template rorvswild
1919```
2020
2121## Development
2222
23- Call the custom ` rdoc.rb ` script which automatically loads RoRvsWild's theme.
23+ Call the custom ` rorvswild-theme- rdoc` script which automatically loads RoRvsWild's theme.
2424
2525```
26- ./rdoc.rb --root path/to/source/code --template rorvswild
26+ ./rorvswild-theme- rdoc --root path/to/source/code
2727```
Original file line number Diff line number Diff line change 55require "rdoc"
66require "rorvswild_theme_rdoc"
77
8+ ARGV << "--template=rorvswild"
89RDoc ::RDoc . new . document ( ARGV )
You can’t perform that action at this time.
0 commit comments