lsegal / yard

YARD is a Ruby Documentation tool. The Y stands for "Yay!"
http://yardoc.org
MIT License
1.95k stars 398 forks source link

gem install yard #1585

Open Spina7demon opened 1 month ago

Spina7demon commented 1 month ago

[Describe your issue here. Try to be as specific as possible so we can find the root cause more quickly!]

Steps to reproduce

This is the minimal reproduction for the issue. I've done my best to remove all extraneous code and unique environment state on my machine before providing these steps:

  1. Run the following command: yard doc --no-private
  2. Open browser to (URL)...
  3. Click on Method List link.

Actual Output

[Provide the full output (please run yard with --debug) or screenshots for visual issues.]

Expected Output

[Describe what you expected to happen.]

Environment details:

I have read the Contributing Guide.