summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Infra/Option.hs
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2014-10-16 14:03:57 +0000
committerhallgren <hallgren@chalmers.se>2014-10-16 14:03:57 +0000
commitc924491289259fa8a5a259ed97f2d9e817e3338c (patch)
tree178f045daa6520ca0979d093167727511c06541e /src/compiler/GF/Infra/Option.hs
parentc0ebbc4edfeaf16a6a5f4392ea097ea3d72a0e06 (diff)
More haddock documentation improvements
Diffstat (limited to 'src/compiler/GF/Infra/Option.hs')
-rw-r--r--src/compiler/GF/Infra/Option.hs14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/compiler/GF/Infra/Option.hs b/src/compiler/GF/Infra/Option.hs
index 8bcb52cc5..9785f6895 100644
--- a/src/compiler/GF/Infra/Option.hs
+++ b/src/compiler/GF/Infra/Option.hs
@@ -1,6 +1,6 @@
module GF.Infra.Option
(
- -- * Option types
+ -- ** Option types
Options,
Flags(..),
Mode(..), Phase(..), Verbosity(..),
@@ -8,21 +8,21 @@ module GF.Infra.Option
SISRFormat(..), Optimization(..), CFGTransform(..), HaskellOption(..),
Dump(..), Pass(..), Recomp(..),
outputFormatsExpl,
- -- * Option parsing
+ -- ** Option parsing
parseOptions, parseModuleOptions, fixRelativeLibPaths,
- -- * Option pretty-printing
+ -- ** Option pretty-printing
optionsGFO,
optionsPGF,
- -- * Option manipulation
+ -- ** Option manipulation
addOptions, concatOptions, noOptions,
modifyFlags,
helpMessage,
- -- * Checking specific options
+ -- ** Checking specific options
flag, cfgTransform, haskellOption, readOutputFormat,
isLexicalCat, isLiteralCat, renameEncoding, getEncoding, defaultEncoding,
- -- * Setting specific options
+ -- ** Setting specific options
setOptimization, setCFGTransform,
- -- * Convenience methods for checking options
+ -- ** Convenience methods for checking options
verbAtLeast, dump
) where