Skip to content

Commit

Permalink
Merge pull request #172 from bforte/fixed-haddock-comments
Browse files Browse the repository at this point in the history
trivial changes to fix haddock documentation
  • Loading branch information
dmwit authored Apr 29, 2017
2 parents abb5f3d + 295d416 commit ade890a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
15 changes: 9 additions & 6 deletions XMonad/Actions/CycleWorkspaceByScreen.hs
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
module XMonad.Actions.CycleWorkspaceByScreen
( cycleWorkspaceOnScreen
, cycleWorkspaceOnCurrentScreen
, handleKeyEvent
, repeatableAction
) where

-----------------------------------------------------------------------------
-- |
Expand All @@ -20,6 +14,15 @@ module XMonad.Actions.CycleWorkspaceByScreen
--
-----------------------------------------------------------------------------

module XMonad.Actions.CycleWorkspaceByScreen (
-- * Usage
-- $usage
cycleWorkspaceOnScreen
, cycleWorkspaceOnCurrentScreen
, handleKeyEvent
, repeatableAction
) where

import Control.Monad
import Data.IORef
import Data.List
Expand Down
4 changes: 2 additions & 2 deletions XMonad/Hooks/WorkspaceHistory.hs
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
--
-----------------------------------------------------------------------------

module XMonad.Hooks.WorkspaceHistory
module XMonad.Hooks.WorkspaceHistory (
-- * Usage
-- $usage
-- * Hooking
( workspaceHistoryHook
workspaceHistoryHook
-- * Querying
, workspaceHistory
, workspaceHistoryByScreen
Expand Down

0 comments on commit ade890a

Please sign in to comment.