haskell / haddock

Haskell Documentation Tool
www.haskell.org/haddock/
BSD 2-Clause "Simplified" License
361 stars 241 forks source link

Intentionally omitted documentation. #1529

Open shlevy opened 2 years ago

shlevy commented 2 years ago

It would be great to have a way to signal to haddock that a certain declaration has no docstring and, according to the author, needs no docstring. E.g.

nonEmptyToString :: NonEmptyString -> String

Adding anything to this would be perfectly superfluous, but haddock chides me for omitting the documentation if I leave it as is.