diff options
author | Andrea Rossato <andrea.rossato@unibz.it> | 2007-08-18 10:32:20 +0200 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@unibz.it> | 2007-08-18 10:32:20 +0200 |
commit | 09285076b35ef10a0a6f37fd3d6536b51d0a870f (patch) | |
tree | ed2f52a414c80ef94a9283157b1ac58b6c1f3ccf | |
parent | a7ecce19c257a4638ef7ca61b13c90655b881aae (diff) | |
download | XMonadContrib-09285076b35ef10a0a6f37fd3d6536b51d0a870f.tar.gz XMonadContrib-09285076b35ef10a0a6f37fd3d6536b51d0a870f.tar.xz XMonadContrib-09285076b35ef10a0a6f37fd3d6536b51d0a870f.zip |
LayoutHelpers: haddock tuning
darcs-hash:20070818083220-32816-60f929b57a469195f3a631ab08d40a5d0f4192d8.gz
Diffstat (limited to '')
-rw-r--r-- | LayoutHelpers.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LayoutHelpers.hs b/LayoutHelpers.hs index ee7a7c5..09cd241 100644 --- a/LayoutHelpers.hs +++ b/LayoutHelpers.hs @@ -8,11 +8,11 @@ -- Stability : unstable -- Portability : portable -- --- Make layouts respect size hints. +-- A module for writing easy Layouts ----------------------------------------------------------------------------- module XMonadContrib.LayoutHelpers ( - -- * usage + -- * Usage -- $usage DoLayout, ModDo, ModMod, ModLay, layoutModify, |