14

Question: How 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).

2 Answers 2

20

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.

Sign up to request clarification or add additional context in comments.

2 Comments

Nice no-frills blunt answer. +1
YARD is amazing, I'd go with that :)
2

You can try out a testing version at https://github.com/fourmond/doxygen-ruby-patch. It is still experimental though, but through testing it will hopefully be integrated into mainstream doxygen.

1 Comment

"fourmond authored 3 years ago", I guess this never went back into upstream?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.