diff options
| author | peb <unknown> | 2005-02-18 18:21:06 +0000 |
|---|---|---|
| committer | peb <unknown> | 2005-02-18 18:21:06 +0000 |
| commit | 9568d7a844ba6a1872a8e8f6ef002860057e62ab (patch) | |
| tree | 9e25c6ed62e48101a2782d5fb8dcba68462dc613 /src/tools/GFDoc.hs | |
| parent | 1c4f025320900897ae3acdab6982f7d595b98dd1 (diff) | |
"Committed_by_peb"
Diffstat (limited to 'src/tools/GFDoc.hs')
| -rw-r--r-- | src/tools/GFDoc.hs | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/src/tools/GFDoc.hs b/src/tools/GFDoc.hs index 402f82e8e..2193a4bf8 100644 --- a/src/tools/GFDoc.hs +++ b/src/tools/GFDoc.hs @@ -1,26 +1,25 @@ ---------------------------------------------------------------------- -- | --- Module : (Module) --- Maintainer : (Maintainer) +-- Module : GFDoc +-- Maintainer : AR -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date $ --- > CVS $Author $ --- > CVS $Revision $ +-- > CVS $Date: 2005/02/18 19:21:23 $ +-- > CVS $Author: peb $ +-- > CVS $Revision: 1.6 $ -- --- (Description of the module) +-- produce a HTML document from a list of GF grammar files. AR 6\/10\/2002 +-- +-- Added @--!@ (NewPage) and @--*@ (Item) 21\/11\/2003 ----------------------------------------------------------------------------- -module Main where +module Main (main) where import List import System import Char --- produce a HTML document from a list of GF grammar files. AR 6/10/2002 --- Added --! (NewPage) and --* (Item) 21/11/2003 - -- to read files and write a file main :: IO () |
