lazarus/docs/html
2010-11-05 11:25:47 +00:00
..
build_chm.bat * Fixed build_lcl_docs to include files in the lcl subfolders recursively 2009-09-09 00:50:52 +00:00
build_chm.sh * removed unneeded option --make-searchable from script since it's included by default now 2009-09-09 00:53:38 +00:00
build_gtkintf_html.sh hmtl docs: use bash substitution instead of sed to remove extension from John Stoneham 2008-10-15 21:49:11 +00:00
build_html.bat Renames the doc building scripts and adds some more scripts for Windows. 2008-04-25 10:52:13 +00:00
build_html.sh docs: updated build_html.sh 2009-04-25 18:23:56 +00:00
build_lcl_docs.lpi * Fixed build_lcl_docs to include files in the lcl subfolders recursively 2009-09-09 00:50:52 +00:00
build_lcl_docs.lpr fixed typo dont 2010-09-11 14:05:21 +00:00
build_lcl_html.sh lcl docs: pass units in order of dependencies to fpdoc, to work around the fact that fpdoc doesn't reorder them, so that it can create the links correctly. 2010-11-05 11:25:47 +00:00
fpdoc.css docs: updated stylesheet fixing layout of table with definitions from Graeme 2009-04-29 09:31:33 +00:00
localfclfooter.xml added docs footer for fcl 2006-08-15 06:58:14 +00:00
locallclfooter.xml win64 fixes (from peter, modified) 2006-05-01 21:47:48 +00:00
localrtlfooter.xml win64 fixes (from peter, modified) 2006-05-01 21:47:48 +00:00
Makefile * Fixed build_lcl_docs to include files in the lcl subfolders recursively 2009-09-09 00:50:52 +00:00
README.txt Renames the doc building scripts and adds some more scripts for Windows. 2008-04-25 10:52:13 +00:00
sourceforgefooter.xml docs: updated SourceForge logo in footer 2009-04-28 09:36:23 +00:00

HTML documentation of Lazarus
=============================

This directory contains the tools to create the HTML documentation for lazarus.
The documentation is stored in fpdoc format in the docs/xml/ directory.

For UNIXes:

The script build_html.sh will automatically create the whole HTML
documentation.

For Windows:

Build the project build_lcl_docs.lpi, fix the PATH in the build_html.bat batch script to your local instalation and then run the script, or run build_lcl_docs.exe directly.