From 9568d7a844ba6a1872a8e8f6ef002860057e62ab Mon Sep 17 00:00:00 2001 From: peb Date: Fri, 18 Feb 2005 18:21:06 +0000 Subject: "Committed_by_peb" --- src/tools/AlphaConvGF.hs | 12 ++++++------ src/tools/GFDoc.hs | 19 +++++++++---------- src/tools/Htmls.hs | 24 +++++++++++------------- src/tools/MkHelpFile.hs | 20 ++++++++++---------- src/tools/WriteF.hs | 12 ++++++------ 5 files changed, 42 insertions(+), 45 deletions(-) (limited to 'src/tools') diff --git a/src/tools/AlphaConvGF.hs b/src/tools/AlphaConvGF.hs index 8cfc58ee8..ef00aba11 100644 --- a/src/tools/AlphaConvGF.hs +++ b/src/tools/AlphaConvGF.hs @@ -1,18 +1,18 @@ ---------------------------------------------------------------------- -- | --- Module : (Module) --- Maintainer : (Maintainer) +-- Module : AlphaConvGF +-- 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.3 $ -- -- (Description of the module) ----------------------------------------------------------------------------- -module Main where +module Main (main) where import LexGF import Alex 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 () diff --git a/src/tools/Htmls.hs b/src/tools/Htmls.hs index 9156e305f..2a343adab 100644 --- a/src/tools/Htmls.hs +++ b/src/tools/Htmls.hs @@ -1,27 +1,25 @@ ---------------------------------------------------------------------- -- | --- Module : (Module) --- Maintainer : (Maintainer) +-- Module : Htmls +-- 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.4 $ -- --- (Description of the module) +-- chop an HTML file into separate files, each linked to the next and previous. +-- the names of the files are n-file, with n = 01,02,... +-- the chopping is performed at each separator, here defined as @\" - --- AR 7/1/2002 for the Vinnova meeting in Linköping. - main :: IO () main = do file:_ <- getArgs diff --git a/src/tools/MkHelpFile.hs b/src/tools/MkHelpFile.hs index fc0db2e00..7a3f3965a 100644 --- a/src/tools/MkHelpFile.hs +++ b/src/tools/MkHelpFile.hs @@ -1,18 +1,18 @@ ---------------------------------------------------------------------- -- | --- Module : (Module) --- Maintainer : (Maintainer) +-- Module : MkHelpFile +-- 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 $ -- --- Compile HelpFile.hs from HelpFile. +-- Compile @HelpFile.hs@ from the text file @HelpFile@. ----------------------------------------------------------------------------- -module Main where +module Main (main) where main = do s <- readFile "HelpFile" @@ -49,9 +49,9 @@ helpHeader = unlines [ "-- 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 $", "--", "-- Help on shell commands. Generated from HelpFile by 'make help'.", "-- PLEASE DON'T EDIT THIS FILE.", diff --git a/src/tools/WriteF.hs b/src/tools/WriteF.hs index 3e7303c1c..03dc47666 100644 --- a/src/tools/WriteF.hs +++ b/src/tools/WriteF.hs @@ -1,18 +1,18 @@ ---------------------------------------------------------------------- -- | --- Module : (Module) --- Maintainer : (Maintainer) +-- Module : WriteF +-- 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.3 $ -- -- (Description of the module) ----------------------------------------------------------------------------- -module Main where +module Main (main) where import Fudgets import System -- cgit v1.2.3