trivial changes to fix haddock documentation

This commit is contained in:
bforte
2017-04-29 21:08:12 +02:00
parent e5534d16cd
commit 38b7a2e7f4
2 changed files with 11 additions and 8 deletions

View File

@@ -1,9 +1,3 @@
module XMonad.Actions.CycleWorkspaceByScreen
( cycleWorkspaceOnScreen
, cycleWorkspaceOnCurrentScreen
, handleKeyEvent
, repeatableAction
) where
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
-- | -- |
@@ -20,6 +14,15 @@ module XMonad.Actions.CycleWorkspaceByScreen
-- --
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
module XMonad.Actions.CycleWorkspaceByScreen
( -- * Usage
-- $usage
cycleWorkspaceOnScreen
, cycleWorkspaceOnCurrentScreen
, handleKeyEvent
, repeatableAction
) where
import Control.Monad import Control.Monad
import Data.IORef import Data.IORef
import Data.List import Data.List

View File

@@ -14,11 +14,11 @@
-- --
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
module XMonad.Hooks.WorkspaceHistory module XMonad.Hooks.WorkspaceHistory (
-- * Usage -- * Usage
-- $usage -- $usage
-- * Hooking -- * Hooking
( workspaceHistoryHook workspaceHistoryHook
-- * Querying -- * Querying
, workspaceHistory , workspaceHistory
, workspaceHistoryByScreen , workspaceHistoryByScreen