[Q] Is it possible to specify top-level module document file explicitly? #1566
Unanswered
hiroyuki-sato
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, developers.
Is it possible to specify top-level module document file explicitly?
For example, module YARD overview is the following.
Backward compatibility for gem specification lookupIt is written in
lib/yard/gem_index.rbfile.Is it possible to write Overview document in
lib/yard.rb?Or, Is it possible to restrict generate the document for the top-level module?
Best regards.
Steps to reproduce
Open URL http://localhost:8808/docs/YARD
Actual Output
module YARD
Expected Output
I want to specify module document file explicitly.
For example, I want to write module document in
lib/yard.rbEnvironment details:
Beta Was this translation helpful? Give feedback.
All reactions