Skip to content

Commit

Permalink
Add note for rdoc_dir option
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Scott committed Mar 14, 2016
1 parent 304e45a commit 1f1bc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -62,7 +62,7 @@ require 'sdoc' # and use your RDoc task the same way you used it before
require 'rdoc/task' # ensure this file is also required in order to use `RDoc::Task`

RDoc::Task.new do |rdoc|
rdoc.rdoc_dir = 'doc/rdoc'
rdoc.rdoc_dir = 'doc/rdoc' # name of output directory
rdoc.options << '--fmt' << 'shtml' # explictly set shtml generator
rdoc.template = 'direct' # lighter template used on railsapi.com
...
Expand Down

0 comments on commit 1f1bc49

Please sign in to comment.