-
Notifications
You must be signed in to change notification settings - Fork 52
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
Modify some comments that steal haddock syntax #256
Conversation
Come to think of it, it probably wouldn't take much of a modification to the CI to stop these issues from creeping back in. |
Hi, I just came across this problem too while enabling haddock for all my dependencies (for Haskell Language Server display of dependencies doc). Can this PR please be considered and merged? Thank you! |
FYI until this is merged, I use the following in my extra-deps:
- git: git@github.com:georgefst/c2hs.git
commit: e457b27727f17599cb61d646039019ca24acbbef |
Yeah, likewise I have:
in several |
I believe this will be much less of an issue with GHC 9.0, as these errors will be rightly downgraded to warnings. But hopefully somebody is able to merge this soon anyway, since it's about as trivial a patch as possible. |
Oh no! I didn't get a notification for this any of the other PRs and issues in this project until you just @'ed me directly. Merging this now. |
@deech Ha, I've been there before, somehow - Github works in mysterious ways. Thanks for the quick response! |
Thank you! |
Some comments unfortunately began with
*
. In most cases, this was being used for bullet lists, where adding an extra space is more consistent with the rest of the comment block anyway.Fixes #253, fixes #229.