Stupid RDoc question

N

Nathan Weston

How do I create a link to the documentation of a specific method in a
different class?

I can put #Class or #method in a comment, and it will turn into a
hyperlink in the html output -- but #Class.method, #Class::method only
turn the class name into a link.

Nathan
 
J

Joel VanderWerf

Nathan said:
How do I create a link to the documentation of a specific method in a
different class?

I can put #Class or #method in a comment, and it will turn into a
hyperlink in the html output -- but #Class.method, #Class::method only
turn the class name into a link.

Class#method seems to work for me.
 
N

Nathan Weston

Nope, that doesn't do it either.

Is there a particular version I should be using? I upgraded to 0.9 (I
was using the debian package, which is only 0.67), but that doesn't
seem to have helped.

Nathan
 
J

Joel VanderWerf

Nathan said:
Nope, that doesn't do it either.

Hm. My mistake. I've typed Foo#bar in my comments but never noticed that
it doesn't produce a link. Bummer...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
474,129
Messages
2,570,770
Members
47,329
Latest member
FidelRauch

Latest Threads

Top