mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 16:12:36 +02:00
15 lines
496 B
Plaintext
15 lines
496 B
Plaintext
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.
|