diff options
author | Andrea Rossato <andrea.rossato@unibz.it> | 2007-10-13 11:00:38 +0200 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@unibz.it> | 2007-10-13 11:00:38 +0200 |
commit | c67c8b63d700a1dab9d3824534feeb8090dabdbf (patch) | |
tree | b897ff27e344836c51450f9cba2b0de1ae9814f5 | |
parent | 91d5d906ab4b3133fec5222c9d6970b25eefda58 (diff) | |
download | XMonadContrib-c67c8b63d700a1dab9d3824534feeb8090dabdbf.tar.gz XMonadContrib-c67c8b63d700a1dab9d3824534feeb8090dabdbf.tar.xz XMonadContrib-c67c8b63d700a1dab9d3824534feeb8090dabdbf.zip |
Accordion.hs: haddock fixes
darcs-hash:20071013090038-32816-478cd9f47b1818396bd7341d51eef69349e3c385.gz
-rw-r--r-- | Accordion.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Accordion.hs b/Accordion.hs index 1edec42..88576f5 100644 --- a/Accordion.hs +++ b/Accordion.hs @@ -27,10 +27,10 @@ import Data.Ratio -- $usage -- > import XMonadContrib.Accordion --- > defaultLayouts = [ accordion ] +-- > defaultLayouts = [ Layout Accordion ] -- %import XMonadContrib.Accordion --- %layout , accordion +-- %layout , Layout Accordion data Accordion a = Accordion deriving ( Read, Show ) |