Tagged Questions
3
votes
1answer
74 views
Building Ruby Documentation for Java Classes/Source
As I've recently started using JRuby, more specifically building Java applications using Ruby code, I've started using Java Libraries such as LWJGL and Slick.
I know JRuby changes Java method names ...
1
vote
0answers
65 views
Is it possible to generate RDoc documentation from Java classes exposed via JRuby?
I have existing Java classes which are exposed to Ruby scripts via JRuby and I would like to be able to provide RDoc-style documentation to the Ruby developers who will be using the java objects.
Is ...