mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 16:29:21 +02:00
+ Added template file
This commit is contained in:
parent
6843936527
commit
fe4cb5e126
@ -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
1004
utils/fpdoc/dw_template.pp
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user