Haddock fix

This commit is contained in:
Roman Cheplyaka
2008-03-30 13:44:35 +00:00
parent 0d310df103
commit c86dd6f097

View File

@@ -39,7 +39,7 @@ import XMonad.Layout.LayoutModifier
-- --
-- The second component is a layout modifier that prevents windows from -- The second component is a layout modifier that prevents windows from
-- overlapping these dock windows. It is intended to replace xmonad's -- overlapping these dock windows. It is intended to replace xmonad's
-- so-called "gap" support. First, you must add it to your list of layouts: -- so-called \"gap\" support. First, you must add it to your list of layouts:
-- --
-- > layoutHook = avoidStruts (tall ||| mirror tall ||| ...) -- > layoutHook = avoidStruts (tall ||| mirror tall ||| ...)
-- > where tall = Tall 1 (3/100) (1/2) -- > where tall = Tall 1 (3/100) (1/2)