diff options
| author | hallgren <hallgren@chalmers.se> | 2014-11-10 15:23:02 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2014-11-10 15:23:02 +0000 |
| commit | 33571ba44f2a42502722a3b025b448efe1f0ab88 (patch) | |
| tree | 7a34727f7cf11a0bb9e1b2cee1a0b785ae71240c /src/compiler/GF/System/Console.hs | |
| parent | cabafd68a66c05478ecdd301ed9cf1564c57a3c5 (diff) | |
Some work to improve the structure of the haddock documenation
Diffstat (limited to 'src/compiler/GF/System/Console.hs')
| -rw-r--r-- | src/compiler/GF/System/Console.hs | 5 |
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 |
