Tomas Hajny fb84d5a45e * version 2.0.5 19 년 전
..
fpde fb84d5a45e * version 2.0.5 19 년 전
intl a54a8634aa Merged revisions 375,2257,2261-2262,2271,2296,2376,2443 via svnmerge from 19 년 전
COPYING 30aa5ed98a + Initial import 22 년 전
Makefile fb84d5a45e * version 2.0.5 19 년 전
Makefile.fpc fb84d5a45e * version 2.0.5 19 년 전
README fe4cb5e126 + Added template file 21 년 전
dglobals.pp 8471e03e6e Merged revisions 2310,2312,2317,2320,2325,2331,2333,2340,2347,2358-2359,2373,2380-2381,2390,2402-2403,2405-2406,2436-2437 via svnmerge from 19 년 전
dw_html.pp 25f8628b18 Merged revisions 3792,3859 via svnmerge from 19 년 전
dw_ipf.pp b409904e44 Merged revisions 42 via svnmerge from 20 년 전
dw_latex.pp 223f898a6a Merged revisions 3456,3459-3460,3462,3484,3568,3571,3682,3689,3774,3783-3785,3798-3799,3809,3811,3820,3824-3825,3833,3842 via svnmerge from 19 년 전
dw_lintmpl.pp b409904e44 Merged revisions 42 via svnmerge from 20 년 전
dw_man.pp 223f898a6a Merged revisions 3456,3459-3460,3462,3484,3568,3571,3682,3689,3774,3783-3785,3798-3799,3809,3811,3820,3824-3825,3833,3842 via svnmerge from 19 년 전
dw_template.pp b409904e44 Merged revisions 42 via svnmerge from 20 년 전
dw_txt.pp 223f898a6a Merged revisions 3456,3459-3460,3462,3484,3568,3571,3682,3689,3774,3783-3785,3798-3799,3809,3811,3820,3824-3825,3833,3842 via svnmerge from 19 년 전
dw_xml.pp b409904e44 Merged revisions 42 via svnmerge from 20 년 전
dwlinear.pp b409904e44 Merged revisions 42 via svnmerge from 20 년 전
dwriter.pp b409904e44 Merged revisions 42 via svnmerge from 20 년 전
fpdoc.css 5e0dbf972f + Merged revisions 127,128 20 년 전
fpdoc.pp b409904e44 Merged revisions 42 via svnmerge from 20 년 전
makeskel.pp 226b0cffde Merged revisions 4230 via svnmerge from 19 년 전
sh_pas.pp b409904e44 Merged revisions 42 via svnmerge from 20 년 전
unitdiff.pp b409904e44 Merged revisions 42 via svnmerge from 20 년 전

README

For more informations, see readme.html in the 'doc' subdirectory. There you
can also find the default CSS for the HTML output.


This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA


(the file COPYING contains the whole GNU General Public License)


Source file overview
--------------------

dglobals.pp
* Global declarations
* Catalogue management (internal link and description lookup tables)

dwriter.pp
* Basic writer (output generator) class

dw_html.pp
* HTML/XHTML output generator

dwlinear.pp
* Abstract linear documentation generator.

dw_latex.pp
* LaTeX output generator, based on linear documentation generator.

dw_txt.pp
* Plain text output generator, based on linear documentation generator.

dw_xml.pp
* 'XML struct' output generator


dw_man.pp
* 'Unix man page' output generator

fpdoc.pp
* Main program

makeskel.pp
* 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
------------
Initial French output strings by Pierre Muller
Initial Dutch output strings by Marco van de Voort