Skip to content

Commit

Permalink
Fixed a copy-paste error.
Browse files Browse the repository at this point in the history
RDoc is rendered by rdoc, not by textile.
  • Loading branch information
Gaku Ueda committed Jul 5, 2011
1 parent 9ad1ff3 commit 2bd43c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ template than for the layout by passing the <tt>:layout_engine</tt> option.

Dependency:: {rdoc}[http://rdoc.rubyforge.org/]
File Extensions:: <tt>.rdoc</tt>
Example:: <tt>textile :README, :layout_engine => :erb</tt>
Example:: <tt>rdoc :README, :layout_engine => :erb</tt>

It is not possible to call methods from rdoc, nor to pass locals to it. You
therefore will usually use it in combination with another rendering engine:
Expand Down

0 comments on commit 2bd43c0

Please sign in to comment.