Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/ruby/21.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ruby 有没有办法在RDoc中使用@see和friends?_Ruby_Documentation_Rdoc - Fatal编程技术网

Ruby 有没有办法在RDoc中使用@see和friends?

Ruby 有没有办法在RDoc中使用@see和friends?,ruby,documentation,rdoc,Ruby,Documentation,Rdoc,JavaDoc等有一种方法可以使用@see(“see也”标记)链接代码或添加到外部网站的链接。RDoc中是否有等效项?或者最好的选择只是使用{linktext}的链接列表[http://example.com/]?RDoc只是一种工具。还有其他类似的可能值得探索。我可能会转向院子。。。RDoc似乎更加标准/广泛使用,这就是我选择它的原因

JavaDoc等有一种方法可以使用
@see
(“see也”标记)链接代码或添加到外部网站的链接。RDoc中是否有等效项?或者最好的选择只是使用
{linktext}的链接列表[http://example.com/]

RDoc只是一种工具。还有其他类似的可能值得探索。我可能会转向院子。。。RDoc似乎更加标准/广泛使用,这就是我选择它的原因