Commit Graph

122 Commits

Author SHA1 Message Date
dsiders
90dc1fe26f Docs: build_lcl_docs. Removes extraneous Quote characters around CHM title. 2025-01-10 23:03:11 -05:00
mattias
b977977c8d set main version to 4.99 2024-10-05 22:03:23 +02:00
mattias
4c6ab6d4c0 docs: footer version 3.6 2024-09-29 10:15:55 +02:00
mattias
4edf553ea4 docs: updated cmd line for trunk fpdoc 2024-05-24 23:09:02 +02:00
dsiders
deb0488a9f Docs: Updates default content for locallclfooter.xml. 2024-03-01 21:30:40 +00:00
dsiders
59523cede0 Docs: Updates Linux build scripts for CHM and HTML.
* Use FPDoc 3.3.1 by default.
* Adds log file output to all variations of the command line.
* Comments on use of --footer-date argument. FPDoc 3.3.1 raises an AV as of 2024-03-01.
* Adds comments about content that needs to be updated before running the scripts.
* Changes the default content in the --footer text variant.
2024-03-01 21:30:39 +00:00
dsiders
1bf9eac4dc Docs: Updates CHM and HTML build scripts to use fpdoc 3.2.2 and adds log files.
* These changes are temporary.
* fpdoc version 3.3.1-13340-g757f65d0e2 [2023-07-18] has output issues.
2023-07-20 05:37:33 +01:00
dsiders
0a0cd01f15 Docs: Increases the default font size in the FPDoc style sheet.
* Sets the default font size to 12pt instead of 14px. 14px is approximately 7
  lines per inch at 96dpi, and too small. It's like the fine print in a legal
  contract. 12pt is 6 lines per inch and a more reasonable default size.

* Adds missing semicolon separators at the end of css style attributes.
2023-07-01 23:16:56 +01:00
dsiders
89a9d84d34 Docs: Fixes typo in build script. 2022-03-14 07:17:49 +01:00
dsiders
3bbe97775f Docs: build_lcl_docs. Enables system.uitypes when building documentation. 2022-02-28 15:58:18 +00:00
dsiders
f47c1f2ea6 Docs: Fixes spelling, grammar, and file name errors in README.txt. 2022-02-24 18:18:39 +00:00
dsiders
7cf2b7390c Fixes missing links from LazUtils to LCL topics in output formats.
* Depends on 5e581ce9, 2f595455, b0d263f1.
* LazUtils was never built with external links to LCL (See Also and source declarations) because lcl.xct could not be imported. The file does not exist when LazUtils is built.

To solve this problem, the output format for LazUtils is built twice. It is the smaller of the two packages. Building LazUtils twice ensures that the "chicken or the egg" problem with inter-file links is avoided.

* Build LazUtils WITHOUT any external links (faster).
* Build LCL with links to RTL, FCL, LazUtils.
* Build LazUtils with links to RTL, FCL, LCL.
2022-02-24 17:49:10 +00:00
dsiders
b0d263f11d Docs: build_lcl_docs. Sets an explicit title for CHM files used in the LHelp TOC navigation tree. Issue #28500. 2022-02-24 07:16:07 +00:00
dsiders
2f59545512 Docs: build_lcl_docs. Fixes an incompatibility with FPDoc 3.3.x.
* FPDoc 3.3.X changed the syntax for the --footer argument. It uses an ''@' prefix for file names and treats anythine else as text for the footer..  build_lcl_docs did not handle that syntax.  Since we do not know which version of FPDoc will be used, we must handle both.
* Accepts --footer=filename.ext for 3.2.X.
* Accepts --footer=@filename.ext for 3.3.X.
* Accepts --footer="Your text here" for 3.3.X.
* File name expansion and validation occurs in the setter for TFPDocRun.FooterFilename.
* Modifies README.txt and all of the script files (.bat, .sh) to document requirements and usage.
2022-02-24 06:35:16 +00:00
dsiders
5e581ce962 Docs: build_lcl_docs. Removes use of default footer file name.
* No default footer file is assumed. Allows output formats to be generated without footers when the --footer option is omitted.
* Removes unused unit LazUtilities from uses clause.
* Renames TFPDocRun.CreateOuputDir to TFPDocRun.CreateOutputDir.
* Fixes strings used in exception and logging messages.
2022-02-24 03:42:20 +00:00
mattias
8a79f03f20 docs: gitignore 2021-10-30 18:16:53 +02:00
mattias
f8af491a06 docs: readme 2021-10-30 11:56:47 +02:00
mattias
ed1805b1ac docs: gitignore 2021-10-30 10:39:34 +02:00
dsiders
1c1fc3a75a Revert "Docs: Modifies build_lcl_docs and scripts.Address an issue in #28500."
This reverts commit 8af9cd0918.
2021-10-29 17:28:13 +01:00
dsiders
3f3887531f Revert "Revert "Docs: Modifies build_lcl_docs and scripts.Address an issue in #28500.""
This reverts commit 8f01e29b24.
2021-10-29 17:19:31 +01:00
dsiders
2380b91fc7 Revert "Docs: Modifies build_lcl_docs and scripts.Address an issue in #28500."
This reverts commit 8af9cd0918.
2021-10-29 17:19:07 +01:00
dsiders
510447e5c2 Revert "Revert "Docs: Modifies build_lcl_docs and scripts.Address an issue in #28500.""
This reverts commit 8f01e29b24.
2021-10-29 17:17:48 +01:00
dsiders
8f01e29b24 Revert "Docs: Modifies build_lcl_docs and scripts.Address an issue in #28500."
This reverts commit 8ac2328b60.
2021-10-29 17:13:27 +01:00
dsiders
8af9cd0918 Docs: Modifies build_lcl_docs and scripts.Address an issue in #28500.
Modified files:

* docs/html/build_lcl_docs.lpi
*  docs/html/build_lcl_docs.lpr
Adds TFPDocRun.ChmTitle property for CHM title and text in the LHelp TOC navigation tree.
Sets the footer file for each of the output formats generated in the program. Allows CHM to have links to the online HTML version, while HTML does not.
Modifies logic used to generate links to external topics. Causes LazUtils (the smaller of the two outputs) to be created twice.

* docs/html/build_chm.bat
* docs/html/build_chm.sh
Adds logic to generate distinct footer files for CHM vs HTML. Footer files include document title, version information, and generation date.

* docs/html/build_html.bat
* docs/html/build_html.sh
Copies custom CSS file to the output directory.

* docs/html/chmlazutilsfooter.xml
* docs/html/chmlclfooter.xml
* docs/html/locallazutilsfooter.xml
* docs/html/locallclfooter.xml
Standardized footer files for CHM and HTML output formats. A separate footer file is used for LCL and LazUtils for each of the output formats.

* docs/html/fpdoc.css
Adds font family fallbacks for common default fonts on various platforms.
Modifies layout and borders for definition lists (DL, DT, DD tags). Removes the border around DL.
Adds style rules for tags, classes used in file footers.
2021-10-28 02:55:57 +01:00
marco
35748025c5 * also passes dialect options to fpdoc, like the makefiles do. Required in trunk fpdocs as of +/- mid december 2020.
git-svn-id: trunk@64396 -
2021-01-16 15:55:51 +00:00
juha
36968885dd LazUtils: Rename function FilenameIsPascalUnit -> FilenameHasPascalExt. Clashed with a function in Codetools. Update references.
git-svn-id: trunk@64376 -
2021-01-11 16:16:58 +00:00
mattias
8ae618728c docs: comment
git-svn-id: trunk@61659 -
2019-08-03 15:08:33 +00:00
mattias
a06e60a246 undo
git-svn-id: trunk@61011 -
2019-04-18 08:11:56 +00:00
mattias
ab0aa9bf2a IDE: fixed uninitialized result, issue #35411, from Ondrej
git-svn-id: trunk@61010 -
2019-04-18 08:11:11 +00:00
mattias
5271081bea docs: readme: add footer
git-svn-id: trunk@60958 -
2019-04-13 11:16:24 +00:00
mattias
7983e62372 docs: fixed xml
git-svn-id: trunk@60299 -
2019-02-02 19:29:17 +00:00
mattias
d9807c6e7d docs: fixed build_lcl_docs
git-svn-id: trunk@60298 -
2019-02-02 19:16:33 +00:00
mattias
62cd430a5b docs: hints about rtl.xct
git-svn-id: trunk@56017 -
2017-10-10 13:54:04 +00:00
wp
6d353c9b73 Docs: Improved font of source code in lhelp (at least on Windows)
git-svn-id: trunk@55589 -
2017-07-25 13:58:15 +00:00
mattias
eb8a4f8cac docs: clean up
git-svn-id: trunk@55175 -
2017-06-02 21:01:01 +00:00
mattias
9c0b214488 docs: build_lcl_docs: --footer
git-svn-id: trunk@55169 -
2017-06-02 20:43:00 +00:00
mattias
a4a2a81027 docs: build_lcl_docs: showcmd shows --fpcdocs option
git-svn-id: trunk@55161 -
2017-06-02 18:19:29 +00:00
mattias
9e3d651b32 docs: build_lcl_docs: updated, simulate shows both lazutils and lcl
git-svn-id: trunk@55159 -
2017-06-02 17:49:21 +00:00
mattias
179fcc357a debian: fix group writable permissions
git-svn-id: trunk@55000 -
2017-05-19 08:45:30 +00:00
mattias
cce8342019 docs: removed sourceforge commercial footer, privacy breach
git-svn-id: trunk@54994 -
2017-05-19 08:17:56 +00:00
bart
c6b63b7c3d Docs: project build_lcl_docs:
1. Fix compilation under Windows
2. Create outputdirectory before trying to write to it (Part of Issue #0029876)

git-svn-id: trunk@52044 -
2016-03-24 14:36:05 +00:00
mattias
7892083108 build_lcl_docs: create lazutils.chm too
git-svn-id: trunk@50691 -
2015-12-06 14:11:12 +00:00
mattias
282b974938 build_lcl_docs: stop if xct file missing
git-svn-id: trunk@50690 -
2015-12-06 14:03:35 +00:00
mattias
5c60ee3e29 build_lcl_docs: unit output dir
git-svn-id: trunk@50689 -
2015-12-06 13:49:38 +00:00
mattias
f6bb57ef02 docs: clean up
git-svn-id: trunk@50688 -
2015-12-06 13:47:21 +00:00
mattias
287c484130 build_lcl_docs: copy xct and chm file to xct directory
git-svn-id: trunk@50687 -
2015-12-06 13:44:03 +00:00
mattias
14c2bd32b0 build_lcl_docs: copy css file to output directory
git-svn-id: trunk@50685 -
2015-12-06 12:50:57 +00:00
mattias
4146a5aea4 build_lcl_docs: made xml src dir, pas src dir and include paths generic
git-svn-id: trunk@50684 -
2015-12-06 12:41:06 +00:00
mattias
e74f7e54e5 build_lcl_docs: uses class
git-svn-id: trunk@50683 -
2015-12-06 11:19:24 +00:00
mattias
77a52ceced build_lcl_docs: made more generic
git-svn-id: trunk@50679 -
2015-12-06 01:28:44 +00:00