fpc/utils/fpdoc
2011-12-23 15:05:18 +00:00
..
fpde * Trunk version to 2.7.1 2011-08-03 13:59:33 +00:00
intl
COPYING.txt
dglobals.pp * Extended usage with additional options for project file 2011-12-23 15:05:18 +00:00
dw_dxml.pp
dw_html.pp Logging options implemented, and dry run. Separated out creation and logging logic 2011-12-04 18:16:51 +00:00
dw_htmlchm.inc * Patch from Andrew that allows to set CHM title on the cmdline. (Mantis 18246) 2010-12-17 18:18:37 +00:00
dw_ipflin.pas * Fix IPF output for topics (Fix by Graeme, bug #20318) 2011-09-22 12:05:05 +00:00
dw_latex.pp * Replace strange characters with ! instead of dropping them (dropping causes duplicate labels) 2010-11-01 09:55:54 +00:00
dw_linrtf.pp o commit patch from Mantis 17191: 2010-08-19 04:26:26 +00:00
dw_lintmpl.pp * Added support for project file 2011-01-05 22:19:53 +00:00
dw_man.pp * TList -> TFPList to match latest changes in fcl-passrc 2011-11-22 18:15:28 +00:00
dw_template.pp
dw_txt.pp o commit patch from Mantis 17191: 2010-08-19 04:26:26 +00:00
dw_xml.pp
dwlinear.pp * TList -> TFPList to match latest changes in fcl-passrc 2011-11-22 18:15:28 +00:00
dwriter.pp Logging options implemented, and dry run. Separated out creation and logging logic 2011-12-04 18:16:51 +00:00
fpclasschart.lpi
fpclasschart.pp * Support for generics 2011-11-11 15:08:42 +00:00
fpdoc.css
fpdoc.lpi Logging options implemented, and dry run. Separated out creation and logging logic 2011-12-04 18:16:51 +00:00
fpdoc.pp * Extended usage with additional options for project file 2011-12-23 15:05:18 +00:00
fpdocproj.pas * --dont-trim avoids trimming while loading XMLs. Mantis #16683 2011-08-31 19:33:20 +00:00
fpdocxmlopts.pas * Save/load package imports to/from package description file 2011-12-05 19:30:22 +00:00
Makefile * rebuilt Makefiles 2011-12-04 15:34:01 +00:00
Makefile.fpc * fpdoc depends on fcl-base 2011-08-17 15:31:28 +00:00
makeskel.lpi makeskel: Adds more output info in case of error and fixes compilation through Lazarus (by adding +) 2011-08-16 13:27:35 +00:00
makeskel.pp makeskel: Adds more output info in case of error and fixes compilation through Lazarus (by adding +) 2011-08-16 13:27:35 +00:00
mgrfpdocproj.pp * Save/load package imports to/from package description file 2011-12-05 19:30:22 +00:00
mkfpdoc.pp Logging options implemented, and dry run. Separated out creation and logging logic 2011-12-04 18:16:51 +00:00
mkfpdocproj.lpi * Some fixes after first test round 2011-12-03 16:46:15 +00:00
mkfpdocproj.pp * Print usage message 2011-12-07 21:08:20 +00:00
README.txt
sample-project.xml * Added support for project file 2011-01-05 22:19:53 +00:00
sh_pas.pp
testunit.pp * Support for generics 2011-11-11 15:08:42 +00:00
testunit.xml
unitdiff.pp * Corrected program name clause 2011-12-14 22:34:05 +00:00

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