+ Added template file

This commit is contained in:
michael 2005-01-15 13:34:29 +00:00
parent 6843936527
commit fe4cb5e126
2 changed files with 1024 additions and 5 deletions

View File

@ -33,21 +33,36 @@ dwriter.pp
dw_html.pp dw_html.pp
* HTML/XHTML output generator * HTML/XHTML output generator
dwlinear.pp
* Abstract linear documentation generator.
dw_latex.pp dw_latex.pp
* LaTeX output generator * LaTeX output generator, based on linear documentation generator.
dw_txt.pp
* Plain text output generator, based on linear documentation generator.
dw_xml.pp dw_xml.pp
* 'XML struct' output generator * 'XML struct' output generator
dw_man.pp
* 'Unix man page' output generator
fpdoc.pp fpdoc.pp
* Main program * Main program
makeskel.pp makeskel.pp
* Skeleton XML description file generator * Skeleton XML description file generator
dw_template.pp
* template for implementing a new writer back-end.
dw_lintmpl.pp
* template for implementing a new linear writer back-end.
Contributors Contributors
------------ ------------
French output strings by Pierre Muller Initial French output strings by Pierre Muller
Dutch output strings by Marco van de Voort Initial Dutch output strings by Marco van de Voort
Lots of input from Michael van Canneyt

1004
utils/fpdoc/dw_template.pp Normal file

File diff suppressed because it is too large Load Diff