From: "Lavir_the_Whiolet (Lavir the Whiolet)" Date: 2012-09-04T18:44:47+09:00 Subject: [ruby-core:47419] [ruby-trunk - Bug #6978][Open] RDoc does not convert @ to hyperlinks Issue #6978 has been reported by Lavir_the_Whiolet (Lavir the Whiolet). ---------------------------------------- Bug #6978: RDoc does not convert @ to hyperlinks https://bugs.ruby-lang.org/issues/6978 Author: Lavir_the_Whiolet (Lavir the Whiolet) Status: Open Priority: Normal Assignee: Category: Target version: 2.0.0 ruby -v: ruby 2.0.0dev (2012-09-02 trunk 36881) [x86_64-linux] With attached "test.rb" I issue command "rdoc test.rb" and gets some HTML doc. In the HTML doc I expect to see "Test@Some+Paragraph" replaced with a hyperlink with text "Some Paragraph at Test" and reference to "Some Paragraph" paragraph near Test class. But I only see "Test@Some+Paragraph" text in the HTML doc. -- http://bugs.ruby-lang.org/