NoBorders: haddock fixes

This commit is contained in:
Andrea Rossato
2007-11-23 14:05:35 +00:00
parent b1af78da95
commit 6d35c4c723

View File

@@ -44,10 +44,9 @@ import Data.List ((\\))
-- --
-- > layoutHook = ... ||| noBorders Full ||| ... -- > layoutHook = ... ||| noBorders Full ||| ...
-- --
-- For more detailed instructions on editing the layoutHook see:
-- %import XMonad.Layout.NoBorders --
-- %layout -- prepend noBorders to default layouts above to remove their borders, like so: -- "XMonad.Doc.Extending#Editing_the_layout_hook"
-- %layout , noBorders Full
-- todo, use an InvisibleList. -- todo, use an InvisibleList.
data WithBorder a = WithBorder Dimension [a] deriving ( Read, Show ) data WithBorder a = WithBorder Dimension [a] deriving ( Read, Show )