JavaDoc and the like have a way to use @see
(the "see also" tag) to link code or add links to external websites. Is there an equivalent in RDoc? Or is the best option just a list of links using {Link text}[http://example.com/]
?
Asked
Active
Viewed 68 times
0

Josh
- 10,961
- 11
- 65
- 108
-
RDoc is just one tool. There's others like [Yard](https://yardoc.org) that might be worth exploring. – tadman Jan 29 '20 at 02:40
-
I might switch to YARD... RDoc seemed to be more standard / widely used which is why I selected it – Josh Jan 29 '20 at 03:00