Roledex: haddock tuning

This commit is contained in:
Andrea Rossato 2007-08-18 08:32:44 +00:00
parent 0204f0a79e
commit 01b4e6f9bf

View File

@ -2,14 +2,14 @@
-- | -- |
-- Module : XMonadContrib.Roledex -- Module : XMonadContrib.Roledex
-- Copyright : (c) tim.thelion@gmail.com -- Copyright : (c) tim.thelion@gmail.com
-- License : BSD Because this is dirived from Accordian which is licenced that way. -- License : BSD
-- The maintainer of Accordian is glasser@mit.edu
-- --
-- Maintainer : tim.thelion@gmail.com -- Maintainer : tim.thelion@gmail.com
-- Stability : unstable -- Stability : unstable
-- Portability : unportable -- Portability : unportable
-- --
-- Screenshot : www.timthelion.com/rolodex.png -- Screenshot : <http://www.timthelion.com/rolodex.png>
--
-- This is a compleatly pointless layout which acts like Microsoft's Flip 3D -- This is a compleatly pointless layout which acts like Microsoft's Flip 3D
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
@ -26,6 +26,7 @@ import Data.Ratio
import XMonadContrib.LayoutHelpers ( idModify ) import XMonadContrib.LayoutHelpers ( idModify )
-- $usage -- $usage
--
-- > import XMonadContrib.Roledex -- > import XMonadContrib.Roledex
-- > defaultLayouts = [ roledex ] -- > defaultLayouts = [ roledex ]