Project

General

Profile

Actions

Bug #6533

closed

Benchmark documenation formatting bug and consistency

Added by zzak (zzak _) almost 12 years ago. Updated almost 12 years ago.

Status:
Closed
Target version:
ruby -v:
2.0.0
Backport:
[ruby-core:45385]

Description

=begin
I've added a patch to fix a formatting bug with lib/benchmark.

(({BENCHMARK_VERSION = "2002-04-25" #:nodoc"})) should be (({BENCHMARK_VERSION = "2002-04-25" # :nodoc:}))

Also, went through and fixed up formatting for consistency.
=end


Files

Updated by drbrain (Eric Hodel) almost 12 years ago

Can you drop the around GC.start on 214 like you did on 135 for Benchmark::Tms? This will let it link.

Updated by zzak (zzak _) almost 12 years ago

Hi Eric,
I've added a new patch with the change you requested for GC.start

Thanks for your feedback!

Actions #3

Updated by drbrain (Eric Hodel) almost 12 years ago

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

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


  • lib/benchmark.rb: Updated formatting of Benchmark documentation for
    consistency. [ruby-trunk - Bug #6533]

Updated by drbrain (Eric Hodel) almost 12 years ago

I also stripped out the emphasis for the "Generates:" lines entirely since the ri looks better that way, and re-wrapped the comment for Benchmark#bm to fit 80 lines.

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0