summaryrefslogtreecommitdiff
path: root/src/compiler/GF/System
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2014-11-10 15:23:02 +0000
committerhallgren <hallgren@chalmers.se>2014-11-10 15:23:02 +0000
commit33571ba44f2a42502722a3b025b448efe1f0ab88 (patch)
tree7a34727f7cf11a0bb9e1b2cee1a0b785ae71240c /src/compiler/GF/System
parentcabafd68a66c05478ecdd301ed9cf1564c57a3c5 (diff)
Some work to improve the structure of the haddock documenation
Diffstat (limited to 'src/compiler/GF/System')
-rw-r--r--src/compiler/GF/System/Console.hs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/compiler/GF/System/Console.hs b/src/compiler/GF/System/Console.hs
index 37eac816d..e064b9869 100644
--- a/src/compiler/GF/System/Console.hs
+++ b/src/compiler/GF/System/Console.hs
@@ -1,8 +1,9 @@
{-# LANGUAGE CPP #-}
module GF.System.Console(
- -- ** Changing which character encoding to use for console IO
+ -- ** Console IO
+ -- *** Changing which character encoding to use for console IO
setConsoleEncoding,changeConsoleEncoding,
- -- ** Console colors
+ -- *** Console colors
TermColors(..),getTermColors
) where
import System.IO