aboutsummaryrefslogtreecommitdiffstats
path: root/Roledex.hs
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@unibz.it>2007-10-13 11:03:23 +0200
committerAndrea Rossato <andrea.rossato@unibz.it>2007-10-13 11:03:23 +0200
commit08ba7e771943502ff00a0da55cd2baf2d79f4eb4 (patch)
tree626b8b0458340491ef788a42f3a82d5e81a1a277 /Roledex.hs
parent132faafb1909504fd6ef9bb02fbac76fe7770da5 (diff)
downloadXMonadContrib-08ba7e771943502ff00a0da55cd2baf2d79f4eb4.tar.gz
XMonadContrib-08ba7e771943502ff00a0da55cd2baf2d79f4eb4.tar.xz
XMonadContrib-08ba7e771943502ff00a0da55cd2baf2d79f4eb4.zip
Roledex.hs: haddock fixes
darcs-hash:20071013090323-32816-a6774409be12b501ee35ba9310e84d43f8437b7c.gz
Diffstat (limited to 'Roledex.hs')
-rw-r--r--Roledex.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Roledex.hs b/Roledex.hs
index 8765146..01c7add 100644
--- a/Roledex.hs
+++ b/Roledex.hs
@@ -29,10 +29,10 @@ import Data.Ratio
-- $usage
--
-- > import XMonadContrib.Roledex
--- > defaultLayouts = [ roledex ]
+-- > defaultLayouts = [ Layout Roledex ]
-- %import XMonadContrib.Roledex
--- %layout , roledex
+-- %layout , Layout Roledex
data Roledex a = Roledex deriving ( Show, Read )