Export types to improve haddock links.

This commit is contained in:
Adam Vogt 2011-11-18 19:06:42 +00:00
parent c4f3e94377
commit d4c7c51616
2 changed files with 6 additions and 1 deletions

View File

@ -63,10 +63,13 @@ module XMonad.Actions.GridSelect (
moveNext, movePrev, moveNext, movePrev,
select, select,
cancel, cancel,
transformSearchString transformSearchString,
-- * Screenshots -- * Screenshots
-- $screenshots -- $screenshots
-- * Types
TwoDState,
) where ) where
import Data.Maybe import Data.Maybe
import Data.Bits import Data.Bits

View File

@ -25,6 +25,8 @@ module XMonad.Layout.Fullscreen
,fullscreenManageHook ,fullscreenManageHook
,fullscreenManageHookWith ,fullscreenManageHookWith
,FullscreenMessage(..) ,FullscreenMessage(..)
-- * Types for reference
,FullscreenFloat, FullscreenFocus, FullscreenFull
) where ) where
import XMonad import XMonad