Open gromnitsky opened 1 year ago
I can reproduce this issue.
Ruby version: 3.3.4
rdoc Version 6.4.0:
rdoc _6.4.0_ -o doc334
Parsing sources...
100% [952/952] yjit.rb
Generating Darkfish format into ruby-3.3.4/doc334...
Files: 952
Classes: 1236 ( 295 undocumented)
Modules: 227 ( 71 undocumented)
Constants: 2328 ( 606 undocumented)
Attributes: 1448 ( 241 undocumented)
Methods: 11061 (1583 undocumented)
Total: 16300 (2796 undocumented)
82.85% documented
Elapsed: 42.2s
rdoc Version 6.7.0
rdoc -o doc334
Parsing sources...
100% [73/73] doc/yjit/yjit_hacking.md
Generating Darkfish format into ruby-3.3.4/doc334...
Files: 73
Classes: 2 (0 undocumented)
Modules: 2 (1 undocumented)
Constants: 1 (0 undocumented)
Attributes: 2 (0 undocumented)
Methods: 7 (0 undocumented)
Total: 14 (1 undocumented)
92.86% documented
Elapsed: 6.1s
Then, testing with v6.5.0 yields:
which is obviously not quite right.
But with v6.4.0 everything seems to work fine: