ruby / rdoc

RDoc produces HTML and online documentation for Ruby projects.
https://ruby.github.io/rdoc/
Other
841 stars 438 forks source link

`bundle exec rake rdoc` generates `Racc` document for RDoc #1159

Closed okuramasafumi closed 2 months ago

okuramasafumi commented 2 months ago

CleanShot 2024-08-20 at 22 39 22@2x

A document generated by bundle exec rake rdoc in RDoc repository includes Racc inside "Class and Module index". It's weird that references to Racc class seem not to exist. I've looked through source code but didn't find any clue.

olleolleolle commented 2 months ago

What if... #1156 was used, and you tried again, would it happen, then, too?

st0012 commented 2 months ago

It's generated because Racc will be included in generated files like lib/rdoc/rd/block_parser.rb.