jaredly / redoc

A clean & easy documentation generator for reason/bucklescript/ocaml
https://jaredforsyth.com/redoc/index.html
116 stars 11 forks source link

maybe list all non-referenced items at the bottom of the page? #4

Closed jaredly closed 6 years ago

jaredly commented 6 years ago

Currently if you have a module-level comment, and you don't @doc mention something, then it doesn't get rendered at all. This breaks assumptions about links... I think maybe I should just render everything you haven't mentioned in a list at the end.

jaredly commented 6 years ago

done