This repository was archived by the owner on Aug 23, 2018. It is now read-only.
This repository was archived by the owner on Aug 23, 2018. It is now read-only.
Spurious DOCUMENTATION ERROR
when @docs on first line #272
Open
Description
I should SSCCE this, but in the meantime: reporting it so I don't lose track of it.
Basic problem is that when elm-package
checks for @docs
it ignores them if they're on the first line.
==================================== ERRORS ====================================
-- DOCUMENTATION ERROR ------------------------------- ./src/Test/Html/Query.elm
The following exports do not appear in your module documentation: Multiple
Single fromHtml
17|>{-| @docs Single, Multiple, fromHtml
18|>
19|>
20|>## Querying
21|>
22|>@docs find, findAll, children, first, index
23|>
24|>
25|>## Expecting
26|>
27|>@docs count, has, hasNot, each
28|>
29|>-}