Add haddock for dpi parameter.

This commit is contained in:
John MacFarlane
2021-08-27 16:35:58 -07:00
parent 7d0db79003
commit eb7ed27f3f
+1 -1
View File
@@ -21,7 +21,7 @@ import qualified Control.Exception as E
-- | Convert svg image to png. rsvg-convert
-- is used and must be available on the path.
svgToPng :: Int
svgToPng :: Int -- ^ DPI
-> L.ByteString -- ^ Input image as bytestring
-> IO (Either Text L.ByteString)
svgToPng dpi bs = do