Re: Need a Ruby-doc

To generate something that looks like RDoc Documentation look
at rdoc.

Unless you’re trying to do something else?

Thanks Eric. But i expect exactly like “TwinText”. Its only 30 day trial
version.

Eric Tucker wrote:

To generate something that looks like RDoc Documentation look
at rdoc.

Unless you’re trying to do something else?

On 08.09.2009 07:44, Periyasamy R. wrote:

Thanks Eric. But i expect exactly like “TwinText”. Its only 30 day trial
version.

There is http://www.stack.nl/~dimitri/doxygen/ - you would have to add
Ruby support though.

Cheers

robert

Robert K. wrote:

On 08.09.2009 07:44, Periyasamy R. wrote:

Thanks Eric. But i expect exactly like “TwinText”. Its only 30 day trial
version.

There is http://www.stack.nl/~dimitri/doxygen/ - you would have to add
Ruby support though.

Cheers

robert

Thanks. I used “rdoc filename.rb” in command line. It successfully
validate my page and extracted all the comments in a HTML file.

Thanks.