gdotdesign / elm-ui

UI library for making web applications with Elm
https://elm-ui.netlify.com
BSD 2-Clause "Simplified" License
920 stars 39 forks source link

Fix documentation for iconAttributes #13

Closed Janiczek closed 8 years ago

Janiczek commented 8 years ago

Missing | caused elm-make to not see the documentation comment.

-- DOCUMENTATION ERROR ----------------------------------------- ./source/Ui.elm

The value `iconAttributes` does not have a documentation comment.

29│ iconAttributes glyph clickable attributes =
    ^^^^^^^^^^^^^^
Learn more at <http://package.elm-lang.org/help/documentation-format>

Detected errors in 1 module.