diff options
author | Andrea Rossato <andrea.rossato@unibz.it> | 2007-10-13 11:03:23 +0200 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@unibz.it> | 2007-10-13 11:03:23 +0200 |
commit | 08ba7e771943502ff00a0da55cd2baf2d79f4eb4 (patch) | |
tree | 626b8b0458340491ef788a42f3a82d5e81a1a277 | |
parent | 132faafb1909504fd6ef9bb02fbac76fe7770da5 (diff) | |
download | XMonadContrib-08ba7e771943502ff00a0da55cd2baf2d79f4eb4.tar.gz XMonadContrib-08ba7e771943502ff00a0da55cd2baf2d79f4eb4.tar.xz XMonadContrib-08ba7e771943502ff00a0da55cd2baf2d79f4eb4.zip |
Roledex.hs: haddock fixes
darcs-hash:20071013090323-32816-a6774409be12b501ee35ba9310e84d43f8437b7c.gz
-rw-r--r-- | Roledex.hs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ) |