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,
select,
cancel,
transformSearchString
transformSearchString,
-- * Screenshots
-- $screenshots
-- * Types
TwoDState,
) where
import Data.Maybe
import Data.Bits

View File

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