summaryrefslogtreecommitdiff
path: root/lib/rdoc/markup
AgeCommit message (Expand)Author
2021-10-16[ruby/rdoc] feat: add support for :category: on C functionsMike Dalessio
2021-07-05[ruby/rdoc] Fix links without pathsNobuyoshi Nakada
2021-07-05[ruby/rdoc] Fix for explicit http linkNobuyoshi Nakada
2021-07-05[ruby/rdoc] Allow a label in a link to another document textNobuyoshi Nakada
2021-04-03[ruby/rdoc] Links to document texts without "rdoc-ref:" prefixNobuyoshi Nakada
2021-04-03[ruby/rdoc] Treat emphasis tags as excluding other notationsaycabta
2021-04-03[ruby/rdoc] Treat other tags as word boundariesaycabta
2021-04-03[ruby/rdoc] Disable other notations in <code> tagsaycabta
2021-03-16[ruby/rdoc] Support GFM tableNobuyoshi Nakada
2020-10-27Separate `send` into `public_send` and `__send__`Nobuyoshi Nakada
2020-07-22[ruby/rdoc] Create link to unary operator methods correctlyhyrious
2020-05-24[ruby/rdoc] Process crossref before tidylinkaycabta
2020-05-24[ruby/rdoc] Escape method names in HTMLNate Matykiewicz
2020-03-08Specify explicit separator not to be affected by $;Nobuyoshi Nakada
2019-08-19lib/rdoc/markup/parser.rb: remove a unused variable initializationYusuke Endoh
2019-08-17Removed test_case files from lib directory.Hiroshi SHIBATA
2019-08-16Use test/unit instead of test-unit. Because test-unit is only provided standa...Hiroshi SHIBATA
2019-08-16Use test-unit instead of minitestNobuyoshi Nakada
2019-08-16Treat linking to Markdown label correctlyaycabta
2019-08-16Refactor and improve performance of RDoc::Markup::ParserYusuke Endoh
2019-07-14Fix links to headingsMaxime Lapointe
2018-12-08Merge RDoc 6.1.0.beta3 from upstreamaycabta
2018-11-26lib/rdoc/markup/: Remove wrong call to `=~` against Arraymame
2018-10-29Mark up code inside link text as <code>nobu
2018-10-17Merge rdoc-6.1.0.beta2aycabta
2018-08-27Merge rdoc-6.1.0.beta1.hsbt
2018-03-26Merge RDoc 6.0.3 from upstream.hsbt
2017-11-27Merge rdoc-6.0.0.beta4 from upstream.hsbt
2017-10-10Merge rdoc-6.0.0.beta3.hsbt
2017-09-12Merge rdoc-6.0.0.beta2 from upstream.hsbt
2017-02-06rdoc: suppress warnings in evalnobu
2016-11-05* lib/rdoc/*, test/rdoc/*: Update rdoc-5.0.0hsbt
2016-09-07* lib/rdoc/*, test/rdoc/*: Update rdoc-5.0.0.beta2hsbt
2016-09-07* lib/rdoc/*, test/rdoc/*: Update rdoc-5.0.0.beta1hsbt
2015-12-16Add frozen_string_literal: false for all filesnaruse
2014-12-07* lib/rdoc: Update to RDoc 4.2.0.drbrain
2014-09-11* lib/rdoc.rb, lib/rdoc, test/rdoc: Update to RDoc 4.2.0.alpha(21b241a)hsbt
2013-11-19* lib/rdoc: Update to RDoc master a1195ce. Changes include:drbrain
2013-09-18* lib/rdoc: Update to RDoc 4.1.0.preview.1drbrain
2013-07-19* lib/rdoc/*: [DOC] Capitalize "Ruby" in documentationzzak
2012-12-20* lib/rdoc/markup/to_html.rb (class RDoc): Added current heading anddrbrain
2012-12-16 * lib/rdoc.rb: Updated VERSION.drbrain
2012-12-07* lib/rdoc/markup/to_joined_paragraph.rb: Completed documentationdrbrain
2012-12-05* lib/rdoc*: Improved display of ChangeLog files as HTML.drbrain
2012-11-29 * lib/rdoc/generator/darkfish.rb: Silenced warningdrbrain
2012-11-29remove trailing spaces.nobu
2012-11-27* lib/rdoc/*: Added --root option for building documentation outsidedrbrain
2012-11-27* lib/rdoc*: Updated to RDoc 4.0 (pre-release)drbrain
2011-08-23* lib/rdoc: Update to RDoc 3.9.3. Fixes RDoc with `ruby -Ku`. Allowsdrbrain
2011-08-11 * lib/rdoc: Import RDoc 3.9.2. Fixes TIDYLINK for HTML output.drbrain