Merge pull request #172 from bforte/fixed-haddock-comments

trivial changes to fix haddock documentation
This commit is contained in:
Daniel Wagner
2017-04-29 15:23:01 -07:00
committed by GitHub
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