-
A word that is directly followed by a multi-word tidy link label no longer
disappears. (Like text{link}[http://example])
-
Fixed legacy template support. Pull Request #107 by Justin Baker.
-
An HTML class in a verbatim section no longer triggers ruby parsing. Issue
#92 by Vijay Dev
-
Improved documentation for setting the default documentation format for
your ruby project. Issue #94 by Henrik Hodne
-
Fixed handling of LANG in the RDoc::Options tests. Issue #99 by Vít
Ondruch
-
RDoc no longer quits when given an entry that is not a file or directory.
Issue #101 by Charles Nutter
-
Fixed bug in syntax-highlighting that would corrupt regular expressions.
Ruby Bug #6488 by Benny Lyne Amorsen.
-
“class Object” no longer appears in the coverage report if all its methods
are documented. This suppresses a false positive for libraries that add
toplevel methods. Pull Request #128 by Zachary Scott.
-
Fixed test_gen_url test name in TestRDocMarkupToHtml. Pull Request #130 by
Zachary Scott.
-
Comment-defined methods ahead of define_method are now discovered. Issue
#133 by eclectic923
-
Fixed detection of define_method documentation. Issue #138 by Marvin
Gülker.
-
Fixed lexing of character syntax (?z). Reported by Xavier
Noria.
-
Add license to gem spec. Issue #144 by pivotalcommon
-
Fixed comment selection for classes. Pull request #146 by pioz
-
Fixed parsing of def self.&() end. Issue #148 by Michael
Lucy
-
Generated RD parser files are now included in the gem. Issue #145 by
Marvin Gülker
-
Class and module aliases now create new classes to avoid duplicate names in
the class list. Issue #143 by Richard Schneeman, Rails Issue #2839
-
RDoc::Markup::Parser now correctly matches indentation of lists when
multibyte characters are used in the list labels. Issue #140 by
burningTyger
-
Fixed mangling of email addresses that look like labels. Issue #129 by
Tobias Koch
-
Classes and modules in a C file may now be created in any order. Issue
#124 by Su Zhang
-
A metaprogrammed method supports the :args: directive. Issue #100
-
A metaprogrammed method supports the :yields: directive.
-
RDoc will now look for directives up to the end of the line. For example,
class B < A; end
will now hide documentation of B. Issue #125 by Zachary Scott
-
Fixed tokenization of % when it is not followed by a $-string type
-
Fixed display of __END__ in documentation examples in HTML output
-
Fixed tokenization of reserved words used as new-style hash keys
-
RDoc now handles class << $gvar by ignoring the body
- Fixed parsing of class A
-
B.
-
Worked around bug in RDoc::RubyLex where tokens won't be reinterpreted
after unget_tk.
-
Fixed class << ::Foo writing documentation to /Foo.html
-
Fixed class ::A referencing itself from inside its own namespace.