J
Jeff W.
I'm using yardoc to document my ruby code. I do have all of my
documentation generated and in the doc directory of my project, when I
type "yard server" WEBrick fires up. But when I go to the actual web
page at port 8808 none of my docs are there. It's just showing an empty
yardoc HTML template. It does say "Documentation for MyProject" however.
What could be happening?
A strange thing is that it worked perfectly fine (a nice documentation
tool, btw) when I did a test run with a very small set of .rb files.
Then I generated the docs for the whole project (took 3 hours) and now
I'm getting nothing.
documentation generated and in the doc directory of my project, when I
type "yard server" WEBrick fires up. But when I go to the actual web
page at port 8808 none of my docs are there. It's just showing an empty
yardoc HTML template. It does say "Documentation for MyProject" however.
What could be happening?
A strange thing is that it worked perfectly fine (a nice documentation
tool, btw) when I did a test run with a very small set of .rb files.
Then I generated the docs for the whole project (took 3 hours) and now
I'm getting nothing.