1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/rdoc
drbrain f3b24b5b7f * lib/rdoc/cross_reference.rb: Fixed matching of C#=== or #===. RDoc
bug #164
* test/rdoc/test_rdoc_cross_reference.rb:  Test for above.

* lib/rdoc/parser/changelog.rb:  Fixed parsing of dates.  RDoc bug #165
* test/rdoc/test_rdoc_parser_changelog.rb:  Test for above.

* lib/rdoc/parser.rb:  Fixed parsing multibyte files with incomplete
  characters at byte 1024.  [ruby-trunk - Bug #6393]
  Fixed handling of -E.  [ruby-trunk - Bug #6392]
* test/rdoc/test_rdoc_options.rb:  Test for above.
* test/rdoc/test_rdoc_parser.rb:  ditto.
* test/rdoc/test_rdoc_parser_c.rb:  ditto.
* test/rdoc/test_rdoc_parser_changelog.rb:  ditto.
* test/rdoc/test_rdoc_parser_markdown.rb:  ditto.
* test/rdoc/test_rdoc_parser_rd.rb:  ditto.
* test/rdoc/test_rdoc_rdoc.rb:  ditto.

* lib/rdoc/tom_doc.rb:  Fixed parsing of [] in TomDoc arguments list.
  RDoc bug #167
* test/rdoc/test_rdoc_tom_doc.rb:  Test for above.

* lib/rdoc.rb:  Update version.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38690 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-01-04 06:16:13 +00:00
..
context * lib/rdoc*: Updated to RDoc 4.0 (pre-release) 2012-11-27 04:28:14 +00:00
generator * lib/rdoc/markup/to_html.rb (class RDoc): Added current heading and 2012-12-20 03:57:08 +00:00
markdown * lib/rdoc/markdown/entities.rb: Added documentation. 2012-12-08 21:19:22 +00:00
markup * lib/rdoc/markup/to_html.rb (class RDoc): Added current heading and 2012-12-20 03:57:08 +00:00
parser * lib/rdoc/cross_reference.rb: Fixed matching of C#=== or #===. RDoc 2013-01-04 06:16:13 +00:00
rd * lib/rdoc.rb: Updated VERSION. 2012-12-16 23:07:49 +00:00
ri * lib/rdoc/ri/driver.rb: Fixed ri page display for files with 2012-12-03 23:32:39 +00:00
stats * lib/rdoc/rdoc.rb: Output summary after documentation report. 2011-05-12 23:41:35 +00:00
alias.rb * lib/rdoc*: Updated to RDoc 4.0 (pre-release) 2012-11-27 04:28:14 +00:00
anon_class.rb * lib/rdoc*: Updated to RDoc 4.0 (pre-release) 2012-11-27 04:28:14 +00:00
any_method.rb * lib/rdoc/*: Added --root option for building documentation outside 2012-11-27 08:54:03 +00:00
attr.rb * lib/rdoc/*: Added --root option for building documentation outside 2012-11-27 08:54:03 +00:00
class_module.rb * lib/rdoc/class_module.rb: Fixed duplicate comments for classes and 2012-12-13 07:58:47 +00:00
code_object.rb * lib/rdoc*: Updated to RDoc 4.0 (pre-release) 2012-11-27 04:28:14 +00:00
code_objects.rb * lib/rdoc*: Updated to RDoc 4.0 (pre-release) 2012-11-27 04:28:14 +00:00
comment.rb * lib/rdoc/*: Added --root option for building documentation outside 2012-11-27 08:54:03 +00:00
constant.rb * lib/rdoc/*: Added --root option for building documentation outside 2012-11-27 08:54:03 +00:00
context.rb * lib/rdoc/context.rb: Don't warn for duplicate methods while loading. 2012-12-06 06:20:50 +00:00
cross_reference.rb * lib/rdoc/cross_reference.rb: Fixed matching of C#=== or #===. RDoc 2013-01-04 06:16:13 +00:00
encoding.rb * lib/rdoc/encoding.rb: Do not remove #! line from document when 2012-12-18 08:24:57 +00:00
erb_partial.rb * lib/rdoc*: Updated to RDoc 4.0 (pre-release) 2012-11-27 04:28:14 +00:00
erbio.rb Import RDoc 3 2010-12-20 03:22:49 +00:00
extend.rb * lib/rdoc*: Updated to RDoc 4.0 (pre-release) 2012-11-27 04:28:14 +00:00
generator.rb * lib/rdoc*: Updated to RDoc 4.0 (pre-release) 2012-11-27 04:28:14 +00:00
ghost_method.rb * lib/rdoc*: Updated to RDoc 4.0 (pre-release) 2012-11-27 04:28:14 +00:00
include.rb * lib/rdoc*: Updated to RDoc 4.0 (pre-release) 2012-11-27 04:28:14 +00:00
known_classes.rb * lib/rdoc: Update to RDoc 3.8 which contains fixes for documentation 2011-06-29 21:17:31 +00:00
markdown.rb markdown.rb: \r 2012-12-01 03:57:43 +00:00
markup.rb * lib/rdoc*: Updated to RDoc 4.0 (pre-release) 2012-11-27 04:28:14 +00:00
meta_method.rb * lib/rdoc*: Updated to RDoc 4.0 (pre-release) 2012-11-27 04:28:14 +00:00
method_attr.rb * lib/rdoc*: Updated to RDoc 4.0 (pre-release) 2012-11-27 04:28:14 +00:00
normal_class.rb * lib/rdoc*: Updated to RDoc 4.0 (pre-release) 2012-11-27 04:28:14 +00:00
normal_module.rb * lib/rdoc*: Updated to RDoc 4.0 (pre-release) 2012-11-27 04:28:14 +00:00
options.rb * lib/rdoc/options.rb: Added --page-dir option for moving pages in 2012-12-11 07:44:56 +00:00
parser.rb * lib/rdoc/cross_reference.rb: Fixed matching of C#=== or #===. RDoc 2013-01-04 06:16:13 +00:00
rd.rb * lib/rdoc*: Updated to RDoc 4.0 (pre-release) 2012-11-27 04:28:14 +00:00
rdoc.rb * lib/rdoc/class_module.rb: Fixed duplicate comments for classes and 2012-12-13 07:58:47 +00:00
require.rb * lib/rdoc*: Updated to RDoc 4.0 (pre-release) 2012-11-27 04:28:14 +00:00
ri.rb * lib/rdoc*: Updated to RDoc 4.0 (pre-release) 2012-11-27 04:28:14 +00:00
ruby_lex.rb * lib/rdoc/ruby_lex.rb: Return a TkHEREDOC instead of a TkSTRING when 2012-12-18 07:31:36 +00:00
ruby_token.rb * lib/rdoc/ruby_lex.rb: Return a TkHEREDOC instead of a TkSTRING when 2012-12-18 07:31:36 +00:00
rubygems_hook.rb * lib/rdoc/rubygems_hook.rb: Fixed generation of documentation. 2012-12-14 05:16:56 +00:00
servlet.rb * lib/rdoc/markup/to_joined_paragraph.rb: Completed documentation 2012-12-07 05:22:50 +00:00
single_class.rb * lib/rdoc*: Updated to RDoc 4.0 (pre-release) 2012-11-27 04:28:14 +00:00
stats.rb * lib/rdoc*: Updated to RDoc 4.0 (pre-release) 2012-11-27 04:28:14 +00:00
store.rb * lib/rdoc/store.rb: Work around RDoc stores from older versions of 2012-12-18 07:39:15 +00:00
task.rb * lib/rdoc*: Updated to RDoc 4.0 (pre-release) 2012-11-27 04:28:14 +00:00
test_case.rb * lib/rdoc/generator/darkfish.rb: Silenced warning 2012-11-29 23:34:29 +00:00
text.rb * lib/rdoc*: Updated to RDoc 4.0 (pre-release) 2012-11-27 04:28:14 +00:00
token_stream.rb * lib/rdoc*: Updated to RDoc 4.0 (pre-release) 2012-11-27 04:28:14 +00:00
tom_doc.rb * lib/rdoc/cross_reference.rb: Fixed matching of C#=== or #===. RDoc 2013-01-04 06:16:13 +00:00
top_level.rb * lib/rdoc/*: Added --root option for building documentation outside 2012-11-27 08:54:03 +00:00