1
0
forked from GitHub/gf-core

API documentation and slight change in Det syntax

This commit is contained in:
aarne
2006-01-10 15:39:20 +00:00
parent 59c4536d5e
commit 7752543f04

View File

@@ -280,7 +280,6 @@ doc2txt :: Doc -> String
doc2txt (Doc title paras) = unlines $
let tit = concat (map item2txt title) in
tit:
"Author: ":
"Last update: %%date(%c)":
"% NOTE: this is a txt2tags file.":
"% Create an html file from this file using:":
@@ -288,7 +287,6 @@ doc2txt (Doc title paras) = unlines $
"\n":
concat (["Produced by " ++ welcome]) :
"\n" :
concat (tagTxt "=" [tit]) :
empty :
map para2txt paras