How does roc docs
work? I am trying to generate docs for a package I am creating, but only the types is showing up in the docs, not the content of the doc-comments. Is there something I am missing? See e.g. my file https://github.com/Subtlesplendor/roc-data/blob/main/package/Stack.roc
with the docs
https://subtlesplendor.github.io/roc-data/Stack/
I think you need 1 space after the ##
before your content
Otherwise looks good to me
Definitely should provide an error or something more helpful if this is the issue.
Oh I see, thanks! Will try that
In some places you have this, but there is usually a line that doesn't and that must confuse the parser or something.
Yes thanks now it works! :D
Last updated: Jul 05 2025 at 12:14 UTC