Some work to improve the structure of the haddock documenation

This commit is contained in:
hallgren
2014-11-10 15:23:02 +00:00
parent c0cefe6d40
commit c02fef9b6a
6 changed files with 38 additions and 33 deletions

View File

@@ -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