marco 70a3fa7508 * version regen + update copyright year. hace 11 años
..
fpde 70a3fa7508 * version regen + update copyright year. hace 11 años
images de82339f4a * all fpdoc/passrc fixes merged, and makefiles adapted. hace 12 años
intl 5d2e9d4d4c Slovak translation from Dusan Halicky hace 17 años
COPYING.txt 4bf254bc32 * added .txt extensions to all README, TODO and COPYING files hace 16 años
Makefile 70a3fa7508 * version regen + update copyright year. hace 11 años
Makefile.fpc 70a3fa7508 * version regen + update copyright year. hace 11 años
README.txt de82339f4a * all fpdoc/passrc fixes merged, and makefiles adapted. hace 12 años
css.inc de82339f4a * all fpdoc/passrc fixes merged, and makefiles adapted. hace 12 años
dglobals.pp de82339f4a * all fpdoc/passrc fixes merged, and makefiles adapted. hace 12 años
dw_dxml.pp 3cded64f99 --- Merging r19621 into '.': hace 13 años
dw_html.pp 8c9fd44612 --- Merging r24943 into '.': hace 12 años
dw_htmlchm.inc de82339f4a * all fpdoc/passrc fixes merged, and makefiles adapted. hace 12 años
dw_ipflin.pas 10d24175a8 --- Merging r25254 into '.': hace 12 años
dw_latex.pp de82339f4a * all fpdoc/passrc fixes merged, and makefiles adapted. hace 12 años
dw_linrtf.pp 1902cc2dda --- Merging r20054 into '.': hace 13 años
dw_lintmpl.pp 1902cc2dda --- Merging r20054 into '.': hace 13 años
dw_man.pp 1902cc2dda --- Merging r20054 into '.': hace 13 años
dw_template.pp 1902cc2dda --- Merging r20054 into '.': hace 13 años
dw_txt.pp 1902cc2dda --- Merging r20054 into '.': hace 13 años
dw_xml.pp de82339f4a * all fpdoc/passrc fixes merged, and makefiles adapted. hace 12 años
dwlinear.pp de82339f4a * all fpdoc/passrc fixes merged, and makefiles adapted. hace 12 años
dwriter.pp de82339f4a * all fpdoc/passrc fixes merged, and makefiles adapted. hace 12 años
fpclasschart.lpi de82339f4a * all fpdoc/passrc fixes merged, and makefiles adapted. hace 12 años
fpclasschart.pp de82339f4a * all fpdoc/passrc fixes merged, and makefiles adapted. hace 12 años
fpdoc.css de82339f4a * all fpdoc/passrc fixes merged, and makefiles adapted. hace 12 años
fpdoc.lpi de82339f4a * all fpdoc/passrc fixes merged, and makefiles adapted. hace 12 años
fpdoc.pp de82339f4a * all fpdoc/passrc fixes merged, and makefiles adapted. hace 12 años
fpdocclasstree.pp de82339f4a * all fpdoc/passrc fixes merged, and makefiles adapted. hace 12 años
fpdocproj.pas de82339f4a * all fpdoc/passrc fixes merged, and makefiles adapted. hace 12 años
fpdocstripper.lpi de82339f4a * all fpdoc/passrc fixes merged, and makefiles adapted. hace 12 años
fpdocstripper.pp de82339f4a * all fpdoc/passrc fixes merged, and makefiles adapted. hace 12 años
fpdocxmlopts.pas 1902cc2dda --- Merging r20054 into '.': hace 13 años
makeskel.lpi 893c1d9fa2 --- Merging r18180 into '.': hace 14 años
makeskel.pp de82339f4a * all fpdoc/passrc fixes merged, and makefiles adapted. hace 12 años
mgrfpdocproj.pp 3cded64f99 --- Merging r19621 into '.': hace 13 años
minusimage.inc de82339f4a * all fpdoc/passrc fixes merged, and makefiles adapted. hace 12 años
mkfpdoc.pp de82339f4a * all fpdoc/passrc fixes merged, and makefiles adapted. hace 12 años
mkfpdocproj.lpi 3cded64f99 --- Merging r19621 into '.': hace 13 años
mkfpdocproj.pp 3cded64f99 --- Merging r19621 into '.': hace 13 años
plusimage.inc de82339f4a * all fpdoc/passrc fixes merged, and makefiles adapted. hace 12 años
sample-project.xml 853a1eb31c * Added support for project file hace 14 años
sh_pas.pp 790a4fe2d3 * log and id tags removed hace 20 años
testunit.pp 1902cc2dda --- Merging r20054 into '.': hace 13 años
testunit.xml de82339f4a * all fpdoc/passrc fixes merged, and makefiles adapted. hace 12 años
unitdiff.pp 3cded64f99 --- Merging r19621 into '.': hace 13 años

README.txt

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

fpdocstripper.lpr
fpdocstripper.lpi
* Utility program that strips fpdoc xml files of all elements
that have no documentation in them. Useful before submitting
a documentation patch as it keeps file sizes down and makes
it clearer what exactly is documented.

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
fpdocstripper by Reinier OliSlagers