From: "drbrain (Eric Hodel)" Date: 2012-11-19T08:27:13+09:00 Subject: [ruby-core:49542] [ruby-trunk - Bug #6978][Closed] RDoc does not convert @ to hyperlinks Issue #6978 has been updated by drbrain (Eric Hodel). Status changed from Assigned to Closed I can't reproduce the failure with rdoc master. I believe it is fixed. ---------------------------------------- Bug #6978: RDoc does not convert @ to hyperlinks https://bugs.ruby-lang.org/issues/6978#change-33070 Author: Lavir_the_Whiolet (Lavir the Whiolet) Status: Closed 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/