aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc/parser
Commit message (Expand)AuthorAgeFilesLines
* Exclude parenthesized function declarations such as NORETURNNobuyoshi Nakada2020-12-111-1/+1
* [ruby/rdoc] Fix parsing of rb_define_module_underJeremy Evans2020-07-221-1/+1
* [ruby/rdoc] Treat multiple Ruby methods calling the same C method as aliasesJeremy Evans2020-05-241-56/+22
* [ruby/rdoc] Support newline in the middle of constant definitionaycabta2019-12-241-1/+1
* [ruby/rdoc] Treat Proc#call syntax sugar for constant correctlyaycabta2019-12-241-0/+4
* Fix ghost method line noaycabta2019-11-281-4/+10
* lib/rdoc/parser/ruby.rb: Avoid `.chars.to_a.last`Yusuke Endoh2019-08-161-2/+2
* RDoc::Parser::C: Integrate do_classes and do_modules by one regexp matchYusuke Endoh2019-08-161-103/+95
* [ruby/rdoc] Normalization of comment should check languageaycabta2019-07-262-10/+10
* ripper_state_lex.rb: chomp CRNobuyoshi Nakada2019-06-071-1/+2
* [DOC] fix missing paren [ci skip]nobu2019-03-281-1/+1
* [DOC] escape descriptions [ci skip]nobu2019-01-041-3/+3
* [DOC] mark function names [ci skip]nobu2019-01-041-9/+8
* [DOC] split a tag for each function name [ci skip]nobu2019-01-041-2/+2
* [DOC] Fix close tags [ci skip]kazu2019-01-041-3/+2
* rdoc/parser/c.rb: ignore dynamically added methodsnobu2018-10-281-0/+1
* Merge rdoc-6.1.0.beta2aycabta2018-10-173-80/+84
* Merge rdoc-6.1.0.beta1.hsbt2018-08-272-116/+161
* Merge rdoc-6.0.4 from upstream.hsbt2018-05-081-0/+1
* Merge RDoc 6.0.3 from upstream.hsbt2018-03-262-14/+41
* Merge rdoc-6.0.1.hsbt2017-12-231-0/+7
* Merge rdoc-6.0.0.beta4 from upstream.hsbt2017-11-279-70/+81
* Merge rdoc-6.0.0.beta3.hsbt2017-10-101-11/+10
* remove an unused variable (sometimes it fails test).ko12017-09-141-1/+0
* Merge rdoc-6.0.0.beta2 from upstream.hsbt2017-09-124-369/+1052
* Merge rdoc-6.0.0.beta1.hsbt2017-08-293-52/+16
* Update rdoc-5.1.0hsbt2017-02-241-0/+3
* * lib/rdoc/*, test/rdoc/*: Update rdoc-5.0.0.beta2hsbt2016-09-072-6/+2
* * lib/rdoc/*, test/rdoc/*: Update rdoc/rdoc master(f191513)hsbt2016-09-052-34/+81
* Add frozen_string_literal: false for all filesnaruse2015-12-168-0/+8
* * lib/rdoc: Update to RDoc 4.2.0.drbrain2014-12-071-4/+4
* * lib/rdoc.rb, lib/rdoc, test/rdoc: Update to RDoc 4.2.0.alpha(313287)hsbt2014-09-053-19/+19
* Fix `Time.parse` for out of range arguments with an offsetnobu2014-07-191-2/+6
* * lib/rdoc: Update to RDoc 4.1.0.preview.1drbrain2013-09-182-479/+730
* * lib/rdoc/*: [DOC] Capitalize "Ruby" in documentationzzak2013-07-192-5/+5
* * lib/rdoc/cross_reference.rb: Fixed matching of C#=== or #===. RDocdrbrain2013-01-041-1/+9
* * lib/rdoc/parser/ruby.rb: Ignore methods defined on constants todrbrain2012-12-201-4/+23
* * lib/rdoc/class_module.rb: Fixed duplicate comments for classes anddrbrain2012-12-131-14/+52
* * lib/rdoc/markdown/entities.rb: Added documentation.drbrain2012-12-081-5/+5
* * lib/rdoc/markup/to_joined_paragraph.rb: Completed documentationdrbrain2012-12-073-7/+102
* * lib/rdoc*: Improved display of ChangeLog files as HTML.drbrain2012-12-051-2/+7
* * lib/rdoc/parser/changelog.rb: Parse more ChangeLog file variations.drbrain2012-12-051-14/+36
* * lib/rdoc/parser/changelog.rb: Added a ChangeLog parser to RDoc.drbrain2012-12-041-0/+110
* * lib/rdoc/generator/darkfish.rb: Silenced warningdrbrain2012-11-291-1/+1
* * lib/rdoc/*: Added --root option for building documentation outsidedrbrain2012-11-271-4/+4
* * lib/rdoc*: Updated to RDoc 4.0 (pre-release)drbrain2012-11-277-312/+591
* * lib/rdoc: Update to RDoc 3.9. Fixed `ri []`, stopdoc creating andrbrain2011-07-313-44/+24
* * lib/rdoc: Update to RDoc 3.8 which contains fixes for documentationdrbrain2011-06-292-28/+18
* * lib/rdoc.rb: Import RDoc 3.7 release candidatedrbrain2011-06-162-34/+87
* * lib/rdoc.rb: Update to RDoc 3.6.1, allows OpenSSL::Digest to bedrbrain2011-05-151-12/+25