Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove illegal (..) in @docs lines #454

Closed
avh4 opened this issue Feb 6, 2018 · 2 comments
Closed

Remove illegal (..) in @docs lines #454

avh4 opened this issue Feb 6, 2018 · 2 comments

Comments

@avh4
Copy link
Owner

avh4 commented Feb 6, 2018

As described in elm-lang/elm-package#291, the following is allowed by elm-make, but causes the package website to break:

{-|
@docs SomeType(..)
-}

elm-format could implement a workaround for this by formatting the above as

{-|
@docs SomeType
-}
@avh4 avh4 added the discussion label Feb 6, 2018
@avh4 avh4 added this to the 1.0.1 next experimental milestone Feb 6, 2018
mdevlamynck added a commit to mdevlamynck/elm-format that referenced this issue Oct 7, 2018
mdevlamynck added a commit to mdevlamynck/elm-format that referenced this issue Oct 7, 2018
@avh4 avh4 closed this as completed in #565 Oct 8, 2018
avh4 added a commit that referenced this issue Oct 8, 2018
@avh4
Copy link
Owner Author

avh4 commented Oct 8, 2018

TODO: add this to the changelog

@avh4
Copy link
Owner Author

avh4 commented Jul 27, 2019

Changelog updated in #618

@avh4 avh4 closed this as completed Jul 27, 2019
kutyel pushed a commit to kutyel/elm-format that referenced this issue Apr 26, 2022
kutyel pushed a commit to kutyel/elm-format that referenced this issue Apr 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant