You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
summary: A Haddock comment appears in an illegal position
4
+
severity: warning
5
+
flag: -Winvalid-haddock
6
+
introduced: 9.6.1
7
+
---
8
+
9
+
Haddock comments are used to document entities of Haskell programs, and are used to generate API documentation which can be displayed on Hackage or as tooltips in editors. This error is emitted when a Haddock comment is attached to an entity that cannot be documented this way. A normal comment should be used instead.
0 commit comments