fpc/utils/fpdoc
2012-02-23 12:15:03 +00:00
..
fpde * Trunk version to 2.7.1 2011-08-03 13:59:33 +00:00
intl Slovak translation from Dusan Halicky 2008-05-28 20:17:02 +00:00
COPYING.txt * added .txt extensions to all README, TODO and COPYING files 2009-02-28 17:34:08 +00:00
dglobals.pp * Added functionality to add (and show) notes 2012-02-11 09:58:13 +00:00
dw_dxml.pp * emergency fix for breakage (TPasResString.value was still used. Changed to getdeclaration for now) 2012-01-08 00:46:57 +00:00
dw_html.pp * Added functionality to add (and show) notes 2012-02-11 09:58:13 +00:00
dw_htmlchm.inc * Patch from Hand-Peter Diettrich to fix CHM extension usage 2012-01-17 08:35:18 +00:00
dw_ipflin.pas * Patch from Hans-Peter Diettrich to extend and append filenameextension (bug 21101) 2012-01-16 09:03:05 +00:00
dw_latex.pp * Patch from Hans-Peter Diettrich to extend and append filenameextension (bug 21101) 2012-01-16 09:03:05 +00:00
dw_linrtf.pp * Patch from Hans-Peter Diettrich to extend and append filenameextension (bug 21101) 2012-01-16 09:03:05 +00:00
dw_lintmpl.pp * Patch from Hans-Peter Diettrich to extend and append filenameextension (bug 21101) 2012-01-16 09:03:05 +00:00
dw_man.pp * Patch from Hans-Peter Diettrich to extend and append filenameextension (bug 21101) 2012-01-16 09:03:05 +00:00
dw_template.pp * Patch from Hans-Peter Diettrich to extend and append filenameextension (bug 21101) 2012-01-16 09:03:05 +00:00
dw_txt.pp * Patch from Hans-Peter Diettrich to extend and append filenameextension (bug 21101) 2012-01-16 09:03:05 +00:00
dw_xml.pp * Patch from m. spiller to actually output xml 2009-10-23 10:11:50 +00:00
dwlinear.pp * Slightly modified patch from Graeme, Mantis #21357 which adds an assigned. 2012-02-23 12:15:03 +00:00
dwriter.pp * Added support for conditional notes 2012-02-13 13:45:37 +00:00
fpclasschart.lpi * Removed session info 2008-08-25 15:42:14 +00:00
fpclasschart.pp * Support for generics 2011-11-11 15:08:42 +00:00
fpdoc.css * Patch from Nikolay Nikolov to fix compliance mode rendering 2010-05-30 13:44:20 +00:00
fpdoc.lpi * Recursive parsing 2012-02-01 20:06:50 +00:00
fpdoc.pp * Added functionality to add (and show) notes 2012-02-11 09:58:13 +00:00
fpdocproj.pas * Added functionality to add (and show) notes 2012-02-11 09:58:13 +00:00
fpdocxmlopts.pas * Added functionality to add (and show) notes 2012-02-11 09:58:13 +00:00
Makefile * Added dependency on univint on iphonesim target 2012-01-20 18:16:17 +00:00
Makefile.fpc * Added dependency on univint on iphonesim target 2012-01-20 18:16:17 +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 * Added support for conditional notes 2012-02-13 13:45:37 +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 * added .txt extensions to all README, TODO and COPYING files 2009-02-28 17:34:08 +00:00
sample-project.xml * Added support for project file 2011-01-05 22:19:53 +00:00
sh_pas.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
testunit.pp * Added functionality to add (and show) notes 2012-02-11 09:58:13 +00:00
testunit.xml * Added functionality to add (and show) notes 2012-02-11 09:58:13 +00:00
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