How to generate rDoc for a plugin?

Hi,

I have a new plugin that I would like to generate the RDoc for.
Is there a command to do this?

Thanks
Scott

You should be able to “rake rdoc” inside the plugin’s folder, assuming
the
author rdoc’d.

Chris
http://dummied.org/

Chris Vannoy wrote:

You should be able to “rake rdoc” inside the plugin’s folder, assuming
the
author rdoc’d.

Chris
http://dummied.org/

simple as that,
Thanks