forked from GitHub/gf-core
API documentation and slight change in Det syntax
This commit is contained in:
@@ -280,7 +280,6 @@ doc2txt :: Doc -> String
|
|||||||
doc2txt (Doc title paras) = unlines $
|
doc2txt (Doc title paras) = unlines $
|
||||||
let tit = concat (map item2txt title) in
|
let tit = concat (map item2txt title) in
|
||||||
tit:
|
tit:
|
||||||
"Author: ":
|
|
||||||
"Last update: %%date(%c)":
|
"Last update: %%date(%c)":
|
||||||
"% NOTE: this is a txt2tags file.":
|
"% NOTE: this is a txt2tags file.":
|
||||||
"% Create an html file from this file using:":
|
"% Create an html file from this file using:":
|
||||||
@@ -288,7 +287,6 @@ doc2txt (Doc title paras) = unlines $
|
|||||||
"\n":
|
"\n":
|
||||||
concat (["Produced by " ++ welcome]) :
|
concat (["Produced by " ++ welcome]) :
|
||||||
"\n" :
|
"\n" :
|
||||||
concat (tagTxt "=" [tit]) :
|
|
||||||
empty :
|
empty :
|
||||||
map para2txt paras
|
map para2txt paras
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user