diff options
Diffstat (limited to 'src/compiler/GF/Compile')
| -rw-r--r-- | src/compiler/GF/Compile/Export.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/GF/Compile/Export.hs b/src/compiler/GF/Compile/Export.hs index 432d98db9..5518d2ee2 100644 --- a/src/compiler/GF/Compile/Export.hs +++ b/src/compiler/GF/Compile/Export.hs @@ -25,6 +25,8 @@ import GF.Text.Pretty -- top-level access to code generation +-- | Export a PGF to the given 'OutputFormat'. For many output formats, +-- additional 'Options' can be used to control the output. exportPGF :: Options -> OutputFormat -> PGF |
