vote up 2 vote down star

Question: Can I document Ruby code using Doxygen?

Disclaimer: I know ruby already has a system for documentation built in and there are probably other ways to do it as well, but the specific constraint I am operating under is how to get Doxygen to do the job (assuming it is possible).

Thanks in advance for any pointers.

flag

59% accept rate

1 Answer

vote up 3 vote down check

Short answer, no. Long answer, still no. Doxygen will come to Ruby eventually, but I don't have the sense that it's going to happen any time soon. In the short term, you're stuck with either RDoc or YARD.

link|flag
Nice no-frills blunt answer. +1 – dreftymac Jun 29 at 20:54

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.