elm-lang / elm-package

Command line tool to share Elm libraries
BSD 3-Clause "New" or "Revised" License
213 stars 66 forks source link

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

Open rupertlssmith opened 6 years ago

rupertlssmith commented 6 years ago

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.

process-bot commented 6 years ago

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.