From: "drbrain (Eric Hodel)" Date: 2012-09-04T22:57:01+09:00 Subject: [ruby-core:47424] [ruby-trunk - Bug #6978][Assigned] RDoc does not convert @ to hyperlinks Issue #6978 has been updated by drbrain (Eric Hodel). Category set to lib Status changed from Open to Assigned Assignee set to drbrain (Eric Hodel) ---------------------------------------- Bug #6978: RDoc does not convert @ to hyperlinks https://bugs.ruby-lang.org/issues/6978#change-29176 Author: Lavir_the_Whiolet (Lavir the Whiolet) Status: Assigned Priority: Normal Assignee: drbrain (Eric Hodel) Category: lib 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/