Margers fb44abdcc1 Mass trailing space removal for utils. vor 2 Wochen
..
examples fb44abdcc1 Mass trailing space removal for utils. vor 6 Tagen
fpde fb44abdcc1 Mass trailing space removal for utils. vor 6 Tagen
images 2ab822c5f0 * Forgot to commit images vor 13 Jahren
intl 7630726e2d * patch Peter Blackman to fix .po file headers, resolves #40853 vor 1 Jahr
.gitignore 82cbaa0dc5 fpdoc: gitignore linux binary vor 4 Jahren
COPYING.txt e5a1231931 * updated FSF address (mantis #30198, patch by Paul Gevers) vor 9 Jahren
Makefile c80bdbdd74 * Use common makefile vor 2 Jahren
Makefile.fpc.fpcmake 98f00acb06 * trunk to 3.3.1 vor 7 Jahren
README.txt fb44abdcc1 Mass trailing space removal for utils. vor 6 Tagen
css.inc 2af4cd9a4e * Added missing tree classes vor 10 Jahren
dglobals.pp fb44abdcc1 Mass trailing space removal for utils. vor 6 Tagen
dw_basehtml.pp dd15f3c3af * Add side menu, many fixes after testing vor 3 Wochen
dw_basemd.pp a4e8a15c70 * PChar -> PAnsiChar vor 2 Jahren
dw_chm.pp fb44abdcc1 Mass trailing space removal for utils. vor 6 Tagen
dw_dxml.pp fb44abdcc1 Mass trailing space removal for utils. vor 6 Tagen
dw_html.pp fb44abdcc1 Mass trailing space removal for utils. vor 6 Tagen
dw_ipflin.pas a4e8a15c70 * PChar -> PAnsiChar vor 2 Jahren
dw_latex.pp fb44abdcc1 Mass trailing space removal for utils. vor 6 Tagen
dw_linrtf.pp fb44abdcc1 Mass trailing space removal for utils. vor 6 Tagen
dw_lintmpl.pp 9788e2cad8 * Patch from Hans-Peter Diettrich to extend and append filenameextension (bug 21101) vor 14 Jahren
dw_man.pp 005448f305 * Some restructuring by Andrey, add fallback link vor 5 Jahren
dw_markdown.pp fb44abdcc1 Mass trailing space removal for utils. vor 6 Tagen
dw_newhtml.pp fb44abdcc1 Mass trailing space removal for utils. vor 6 Tagen
dw_template.pp 9788e2cad8 * Patch from Hans-Peter Diettrich to extend and append filenameextension (bug 21101) vor 14 Jahren
dw_txt.pp 005448f305 * Some restructuring by Andrey, add fallback link vor 5 Jahren
dw_xml.pp 005448f305 * Some restructuring by Andrey, add fallback link vor 5 Jahren
dwlinear.pp 63b57ea842 * Interfaces not always assigned vor 7 Monaten
dwriter.pp fb44abdcc1 Mass trailing space removal for utils. vor 6 Tagen
fpclasschart.lpi 1895b3ce37 * Fix hints and warnings (parameter not used disabled on purpose) vor 7 Jahren
fpclasschart.pp fb44abdcc1 Mass trailing space removal for utils. vor 6 Tagen
fpdoc.css 2af4cd9a4e * Added missing tree classes vor 10 Jahren
fpdoc.lpi 129c3e666d * More modern HTML writer vor 3 Wochen
fpdoc.pp 129c3e666d * More modern HTML writer vor 3 Wochen
fpdocclasstree.pp e3481eecfb * Patch from Andrey Sobol to improve display of specialized types vor 5 Jahren
fpdocproj.pas 005448f305 * Some restructuring by Andrey, add fallback link vor 5 Jahren
fpdocs.css df2c2f3b96 * Make sure side menu scrolls, and stays under navbar when scrolling the page vor 3 Wochen
fpdocstripper.lpi 11e6396cc7 * modified Docstripper by Reinier Olislagers (bug 23988) vor 12 Jahren
fpdocstripper.pp fb44abdcc1 Mass trailing space removal for utils. vor 6 Tagen
fpdocstrs.pp dd15f3c3af * Add side menu, many fixes after testing vor 3 Wochen
fpdocxmlopts.pas 4c22d66aac * Fix compilation vor 5 Jahren
fpmake.pp fb44abdcc1 Mass trailing space removal for utils. vor 6 Tagen
makeskel.lpi 181766766b * Do not save so much session info vor 7 Jahren
makeskel.pp fb44abdcc1 Mass trailing space removal for utils. vor 6 Tagen
mgrfpdocproj.pp 8d8a1a23e9 * Save/load package imports to/from package description file vor 14 Jahren
minusimage.inc 2c26d53f9b * Added ability to create class chart vor 13 Jahren
mkfpdoc.pp 45c6833258 * --example-dir support vor 4 Jahren
mkfpdocproj.lpi b09139a7c4 * Some fixes after first test round vor 14 Jahren
mkfpdocproj.pp 5824a0272b * Print usage message vor 14 Jahren
newcss.inc a755f38d2b * Forgot to commit vor 2 Wochen
plusimage.inc 2c26d53f9b * Added ability to create class chart vor 13 Jahren
sample-project.xml 853a1eb31c * Added support for project file vor 15 Jahren
sh_pas.pp fb44abdcc1 Mass trailing space removal for utils. vor 6 Tagen
unitdiff.pp 1d7e346831 * Disable result, explicit list cmmand-line argument vor 2 Jahren

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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 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