Fix broken internal Haddock links

This commit is contained in:
Henri Jones
2019-05-07 22:32:05 +01:00
parent 4ad6ecf892
commit 4e4856c722
4 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ data Placement = OffsetLeft Int Int -- ^ An exact amount of pixels from the up
-- In the module we suppose that those matrices are represented as [[Bool]],
-- so the lengths of the inner lists must be the same.
--
-- See "Xmonad.Layout.Decoration" for usage examples
-- See "XMonad.Layout.Decoration" for usage examples
-- | Gets the ('width', 'height') of an image
imageDims :: [[Bool]] -> (Int, Int)