views:

487

answers:

1

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.

+5  A: 

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.

Pesto
Nice no-frills blunt answer. +1
dreftymac