summaryrefslogtreecommitdiff
path: root/lib/rdoc
AgeCommit message (Expand)Author
2025-01-15Migrate rdoc as bundled gemsHiroshi SHIBATA
2025-01-08[ruby/rdoc] Finalize RDoc::Options before callingKazuki Yamaguchi
2025-01-07[ruby/rdoc] Add missing `RDoc::RubygemsHook` API for `gem server`mterada1228
2025-01-03[ruby/rdoc] Fix prism_ruby superclass resolve ordertomoya ishida
2025-01-02[DOC] .document under lib/rdoc is split nowNobuyoshi Nakada
2025-01-02[ruby/rdoc] [DOC] Ignore racc-generated filesNobuyoshi Nakada
2024-12-31[ruby/rdoc] Add autolink_excluded_words option to ignoreStan Lo
2024-12-25[ruby/rdoc] Separate patterns by `--exclude` option from defaultsNobuyoshi Nakada
2024-12-25[DOC] Fix duplicate entriesNobuyoshi Nakada
2024-12-19[ruby/rdoc] Bump version to v6.10.0Stan Lo
2024-12-19[ruby/rdoc] Auto-hide navigation on link clickJames Reid-Smith
2024-12-17[ruby/rdoc] Enable cross reference in codeNobuyoshi Nakada
2024-12-17[ruby/rdoc] `aligns` may include `:center`Soutaro Matsumoto
2024-12-16[ruby/rdoc] Print warnings for rdoc-ref links that can't be resolvedStan Lo
2024-12-16[ruby/rdoc] Fix to parse `rb_define_global_const`Nobuyoshi Nakada
2024-12-16[ruby/rdoc] Bump version to v6.9.1Stan Lo
2024-12-16[ruby/rdoc] Add attribute :force to RDoc::RubygemsHook just liketomoya ishida
2024-12-15[ruby/rdoc] Hide hamburger on desktopJames Reid-Smith
2024-12-15[ruby/rdoc] Fix iPad Pro navigation not shownJames Reid-Smith
2024-12-13[ruby/rdoc] Bump version to v6.9.0Stan Lo
2024-12-13Fixed compatibility error with setup command and rdoc plugin on rubygemsHiroshi SHIBATA
2024-12-13Make it loose coupling between RubyGems and RDoc (#1171)mterada1228
2024-12-09[ruby/rdoc] Expand rdoc-ref targets at the end of ri outputStan Lo
2024-12-08[ruby/rdoc] lint: Remove unreachable codeOKURA Masafumi
2024-12-08[ruby/rdoc] Use distinct styles for note lists and label listsnicholas a. evans
2024-12-05[ruby/rdoc] Deprecate `main` and `title` directivesStan Lo
2024-12-03Reapply "[ruby/rdoc] fix: C variables should never show up in Ancestors tree"Hiroshi SHIBATA
2024-12-02[ruby/rdoc] Prefer String#ord to #codepoints[0]Mike Dalessio
2024-12-02[ruby/rdoc] ClassModule#superclass= accepts a ClassModule as anMike Dalessio
2024-12-02Revert "[ruby/rdoc] fix: C variables should never show up in Ancestors tree"Hiroshi SHIBATA
2024-11-30[ruby/rdoc] Methods are sorted symbols-firstMike Dalessio
2024-11-30[ruby/rdoc] fix: C variables should never show up in Ancestors treeMike Dalessio
2024-11-28[ruby/rdoc] Improve how gemspec's files are definedStan Lo
2024-11-19[ruby/rdoc] Bump version to v6.8.1Stan Lo
2024-11-19[ruby/rdoc] Update rdoc.gemspecIhor Shevkun
2024-11-19[ruby/rdoc] Bump up v6.8.0Hiroshi SHIBATA
2024-11-18[ruby/rdoc] Extract excerpt from raw pages correctlyStan Lo
2024-11-13[ruby/rdoc] Split list of class and instance methods in twoAlexis Bernard
2024-11-04[ruby/rdoc] Display class ancestors in the sidebar #1183Alexis Bernard
2024-10-31[ruby/rdoc] Use thicker fonts with high contrast to improveStan Lo
2024-10-25[ruby/rdoc] Remove details markers in HTML documentsNobuyoshi Nakada
2024-10-23[ruby/rdoc] Red-based darkfish color schemeStan Lo
2024-10-17[ruby/rdoc] feature: Render mixed-in methods and constants withMike Dalessio
2024-10-17[ruby/rdoc] Use scroll-margin-top on anchor targetsStan Lo
2024-10-17[ruby/rdoc] Add scroll-margin-top on all :target elementsMads Ohm Larsen
2024-10-15[ruby/rdoc] Generate meta tags based on page's contentVinicius Stock
2024-10-10[ruby/rdoc] Make methods and attributes linkableStan Lo
2024-10-10[ruby/rdoc] Improve method source togglingStan Lo
2024-10-07[ruby/rdoc] Use normal `font-weight` for linksSam Bostock
2024-10-03[ruby/rdoc] Fix ToRdoc#accept_tabletomoya ishida