mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-17 07:02:51 -06:00
Some work to improve the structure of the haddock documenation
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
module GF.Infra.Option
|
||||
(
|
||||
-- ** Option types
|
||||
-- ** Command line options
|
||||
-- *** Option types
|
||||
Options,
|
||||
Flags(..),
|
||||
Mode(..), Phase(..), Verbosity(..),
|
||||
@@ -8,21 +9,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user