Twinside / Juicy.Pixels

Haskell library to load & save pictures
BSD 3-Clause "New" or "Revised" License
237 stars 57 forks source link

fixed some typos and errors in documentation. #125

Closed lehins closed 8 years ago

lehins commented 8 years ago

Also added links to various DynamicImage constructors for encode/decode functions.

Twinside commented 8 years ago

Hi,

Thanks for the pull request,

I'd merge it when the regression on the bullet list are resolved. Haddock is a little touchy on this point, and there is a real need to have a blank line between items, otherwise they are rendered on the same line. I'm testing it with an haddock provided with GHC 7.6.3 (if it makes any difference).

Seen in:

I don't know why the documentation for encodeDirectJpegAtQualityWithMetadata is well rendered though.

lehins commented 8 years ago

I know previously it had some issues with lists. I've tested it with ghc 7.8.4 and Haddock 2.14.3. Everything seems to be well rendered. Here is a link to the documentation: https://lehins.com/html/JuicyPixels/

lehins commented 8 years ago

Just in case, I added new lines between bullet points. Hope it helps. Sorry, I cannot get it to render incorrectly, otherwise I'd fix it.

Twinside commented 8 years ago

I guess the Haddock from debian is really too old.

thanks again 🙂