[前][次][番号順一覧][スレッド一覧]

ruby-changes:20819

From: drbrain <ko1@a...>
Date: Sat, 6 Aug 2011 06:26:42 +0900 (JST)
Subject: [ruby-changes:20819] drbrain:r32868 (ruby_1_9_3): * lib/rdoc: Update to 3.9.1. Fixes === lines in verbatim sections.

drbrain	2011-08-06 06:21:55 +0900 (Sat, 06 Aug 2011)

  New Revision: 32868

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32868

  Log:
    * lib/rdoc:  Update to 3.9.1.  Fixes === lines in verbatim sections.
      Fixes :nodoc: on class aliases.  Fixes :stopdoc: creating references
      to Object.  Fixes spacing when class comments are merged in ri.
      Fixes `ri []` crash.  Fixes bug report URL when rdoc crashes.  Adds
      :doc: and :nodoc: to allow hiding of implementation details in ruby.
      Makes `rdoc` and `ri` gem-aware.

  Added files:
    branches/ruby_1_9_3/lib/rdoc/cross_reference.rb
    branches/ruby_1_9_3/test/rdoc/test_rdoc_cross_reference.rb
  Modified files:
    branches/ruby_1_9_3/ChangeLog
    branches/ruby_1_9_3/bin/rdoc
    branches/ruby_1_9_3/bin/ri
    branches/ruby_1_9_3/lib/rdoc/class_module.rb
    branches/ruby_1_9_3/lib/rdoc/code_object.rb
    branches/ruby_1_9_3/lib/rdoc/context.rb
    branches/ruby_1_9_3/lib/rdoc/generator/darkfish.rb
    branches/ruby_1_9_3/lib/rdoc/generator/template/darkfish/classpage.rhtml
    branches/ruby_1_9_3/lib/rdoc/markup/document.rb
    branches/ruby_1_9_3/lib/rdoc/markup/formatter.rb
    branches/ruby_1_9_3/lib/rdoc/markup/parser.rb
    branches/ruby_1_9_3/lib/rdoc/markup/pre_process.rb
    branches/ruby_1_9_3/lib/rdoc/markup/to_html.rb
    branches/ruby_1_9_3/lib/rdoc/markup/to_html_crossref.rb
    branches/ruby_1_9_3/lib/rdoc/markup.rb
    branches/ruby_1_9_3/lib/rdoc/parser/c.rb
    branches/ruby_1_9_3/lib/rdoc/parser/ruby.rb
    branches/ruby_1_9_3/lib/rdoc/parser/ruby_tools.rb
    branches/ruby_1_9_3/lib/rdoc/parser.rb
    branches/ruby_1_9_3/lib/rdoc/ri/driver.rb
    branches/ruby_1_9_3/lib/rdoc/text.rb
    branches/ruby_1_9_3/lib/rdoc.rb
    branches/ruby_1_9_3/test/rdoc/test_rdoc_code_object.rb
    branches/ruby_1_9_3/test/rdoc/test_rdoc_generator_darkfish.rb
    branches/ruby_1_9_3/test/rdoc/test_rdoc_markup_document.rb
    branches/ruby_1_9_3/test/rdoc/test_rdoc_markup_parser.rb
    branches/ruby_1_9_3/test/rdoc/test_rdoc_markup_pre_process.rb
    branches/ruby_1_9_3/test/rdoc/test_rdoc_markup_to_html.rb
    branches/ruby_1_9_3/test/rdoc/test_rdoc_markup_to_html_crossref.rb
    branches/ruby_1_9_3/test/rdoc/test_rdoc_parser_ruby.rb
    branches/ruby_1_9_3/test/rdoc/test_rdoc_ri_driver.rb
    branches/ruby_1_9_3/test/rdoc/xref_test_case.rb


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]