elm-lang / elm-package

Command line tool to share Elm libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Including the (..) in docs for a type excludes it from the generated docs.

rupertlssmith opened this issue · comments

If I put this in the module comment:

@docs SomeType(..)

Accidentally copying the (..) from say the exports list, elm-package publish will not complain and will publish the package, but the documentation for SomeType will be missing.

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.