Project

General

Profile

Actions

Bug #7673

closed

[rdoc] duplicated entries in Pages fileindex-section

Added by nobu (Nobuyoshi Nakada) over 11 years ago. Updated over 11 years ago.

Status:
Closed
Target version:
-
ruby -v:
r38737
Backport:
[ruby-core:51310]

Description

=begin
As the result of ((%rdoc -o readmes README*%)), ((|Pages|)) (({fileindex-section})) in (({readmes/index.html})) has duplicated entries.

<li class="file"><a href="./README.html">README</a>
<li class="file"><a href="./README_EXT.html">README</a>
<li class="file"><a href="./README_EXT_ja.html">README.EXT</a>
<li class="file"><a href="./README_ja.html">README</a>

Is this intended?

I'd rather expect they show their original names, e.g., (({README.EXT})), (({README.EXT.ja})), and (({README.ja})).
=end

Updated by nobu (Nobuyoshi Nakada) over 11 years ago

  • Description updated (diff)
Actions #2

Updated by drbrain (Eric Hodel) over 11 years ago

  • Status changed from Assigned to Closed
  • % Done changed from 0 to 100

This issue was solved with changeset r38814.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.


  • lib/rdoc/top_level.rb: Fixed extension trimming for page names in
    RDoc HTML output. [ruby-trunk - Bug #7673]
  • test/rdoc/test_rdoc_top_level.rb: Test for above.
Actions

Also available in: Atom PDF

Like0
Like0Like0