Commit Graph

382 Commits

Author SHA1 Message Date
dsiders
7e234e47ec Docs: Various Fixes duplicate words 'the the '. 2024-10-20 01:58:33 +01:00
dsiders
452fa6128d Docs: LazUtils/lazstringutils. Deprecates IsNumber and adds IsNumeric topics for changes in 4186cfe0. 2024-10-20 01:58:31 +01:00
dsiders
b4f8737379 Docs: LazUtils/laztty. Removes laztty.xml documentation file. Moved to the ide project in
fde93a7b.

* Updates references to removed units and topics in: lazlogger.xml, lazloggerbase.xml.
* Adds TLazLoggerWriteExEventInfo.LogText topic in lazlogger.xml.
2024-10-20 01:58:30 +01:00
dsiders
7ba4881fd9 Docs: LCL/LazUtils. Updates the link to license information and the copyright declaration in file headers. 2024-10-20 01:58:26 +01:00
dsiders
593495ecce Docs: LazUtils/lazlogger. Updates TLazLoggerFileHandle.WriteLnToFile topic for changes in be06ee3c. 2024-10-20 01:58:25 +01:00
dsiders
2bb9d5c3f8 Docs: LazUtils/laztty. Adds laztty.xml documentation file for changes in be06ee3c. 2024-10-20 01:58:25 +01:00
dsiders
1daef4f7d3 Docs: LazUtils/lazloggerbase. Updates topic content in:
* DebuglnStack
* DbgOut
* DebugLn
* DebugLnEnter
* DebugLnExit
* DbgS
* DbgSJoin
* DbgMemRange
* DbgMemStream
* DbgStr
* DbgWideStr
* RecreateDebugLogger
2024-10-20 01:58:24 +01:00
dsiders
d78ee9524f Docs: LazUtils/lazutilities. Adds topics for changes in ca71aeb4.
* TStringsSortCompare
* CreateFirstIdentifier
* CreateNextIdentifier
* MergeSort
2024-10-20 01:58:24 +01:00
dsiders
d47c2c2d20 Docs: LazUtils/fileutil. Adds missing TFileSearcher.OnQueryDirectoryEnter topic. 2024-10-20 01:58:18 +01:00
dsiders
d42ddb59f8 Docs: LazUtils/html2textrender. Adds THTML2TextRenderer topics for changes in 103d9f42.
* THTML2TextRenderer.fMaxLineLen
* THTML2TextRenderer.fLineLen
* THTML2TextRenderer.SplitLongLine
* THTML2TextRenderer.MaxLineLen
* THTML2TextRenderer.IndentStep
2024-10-20 01:58:17 +01:00
dsiders
cd41de0bb3 Docs: LazUtils/lazstringutils. Adds SaveStringToFile and LoadStringFromFile topics for changes in 4967237f. 2024-10-20 01:58:16 +01:00
dsiders
e44a20df1d Docs: LazUtils/fileutil. Clarifies content in the TFileSearcher.Search topic. 2024-10-20 01:58:09 +01:00
dsiders
bde233c9c4 Docs: LazUtils/fileutil. Updates TFileSearcher.Search topic for changes in c95ec9df, 180dcc88. 2024-10-20 01:58:08 +01:00
dsiders
dcbb504510 Docs: LazUtils/fileutil. Renames OnQueryDirectoryFound, DoQueryDirectoryFound topics in TFileSearcher. Changed in 2bae28ff.
* TFileSearcher.OnQueryDirectoryFound > TFileSearcher.OnQueryDirectoryEnter
* TFileSearcher.DoQueryDirectoryFound > TFileSearcher.DoQueryDirectoryEnter
2024-10-20 01:58:08 +01:00
dsiders
abb74a17d2 Docs: LazUtils/fileutil. Adds TFileSearcher.CircularLinkDetection topic for changes in 65e09305.
* Modifies TFileSearcher.FollowSymLink
2024-10-20 01:58:08 +01:00
dsiders
606ad9140e Docs: LazUtils/fileutil. Updates content in the TFileSearcher.Search topic for changes in 6e1eac90. 2024-10-20 01:58:08 +01:00
dsiders
7689b1805e Docs: LazUtils/lazutf8. Updates the UTF8WrapText for changes in 4f8f408f. 2024-10-20 01:58:06 +01:00
dsiders
b11c3720fe Docs: LazUtils/lazutf8. Fixes incorrect version info in UTF8WrapText topic. 2024-10-20 01:58:06 +01:00
dsiders
9c117bb078 Docs: LazUtils/lazutf8. Fixes XML tagging error in UTWF9WrapText topic. 2024-10-20 01:58:05 +01:00
dsiders
37f0bbf88e Docs: LazUtils/lazutf8. Updates UTF8WrapText topic for overloaded variant added in 86e979c2. 2024-10-20 01:58:05 +01:00
dsiders
2a7a5fbbaa Docs: LazUtils/plist2json. Adds missing unit overview. 2024-10-20 01:58:02 +01:00
dsiders
6bdd8b5f65 Docs: LazUtils/fileutil. Adds or updates topics for changes in 9ec85e5d, including:
* TQueryFileFoundEvent
* TQueryDirectoryFoundEvent
* TFileSearcher.DoQueryFileFound
* TFileSearcher.DoQueryDirectoryFound
* TFileSearcher.Search
* TFileSearcher.OnQueryFileFound
* TFileSearcher.OnQueryDirectoryFound
2024-10-20 01:57:59 +01:00
dsiders
34b8426de2 Docs: LazUtils. Adds content for overloaded dbghex routine added in 5b43d582.
* Topic updated in: lazlogger.xml, lazloggerbase.xml, lazloggerdummy.xml
2024-10-20 01:57:57 +01:00
dsiders
f29063cbeb Docs: LazUtils/plist2json. Fixes typos in content. 2024-10-20 01:57:57 +01:00
dsiders
8a31c2fa2e Docs: LazUtils/plist2json. Adds the XML file for plist2json unit. 2024-10-20 01:57:56 +01:00
dsiders
e902555c40 Docs: LazUtils/lazstringutils. Updates CommentText topic for changes in 636e902e. 2024-10-20 01:57:18 +01:00
dsiders
14a3389827 Docs: LazUtils/lazutf16. Adds missing content in topics:
* UTF16CharacterLength
* UTF16Length
* UTF16CharStart
2024-10-20 01:57:18 +01:00
dsiders
a9cd7fdee8 Docs: LazUtils/graphtype. Adds TPointArray topic for changes in c423a794b5. 2024-10-20 01:57:12 +01:00
dsiders
0806fe14ab Docs: LazUtils/graphmath. Adds EllipsePolygon topic. Modifies tagging for operator overloads. Depends on c423a794b5. 2024-10-20 01:57:12 +01:00
dsiders
d2894a6697 Docs: LazUtils/fpcadds. Removes PHandle topic for changes in 211d95da. 2024-10-20 01:57:04 +01:00
dsiders
619460681d Docs: LazUtils/lazutf16. Updates topics for changes in dd161fc0. 2024-10-20 01:57:04 +01:00
dsiders
ee9ebb8a7c Docs: LazUtils/graphmath. Adds SameRect topic for changes in 0bc32656. 2024-10-20 01:57:03 +01:00
mattias
a742bab872 docs: xml: updated copyright year to 2024 2024-09-28 09:40:52 +02:00
dsiders
514fadb9ca Docs: LazUtils/lazutf8. Fixes and expands content in UTF8Insert topic. Issue #41154. 2024-09-25 01:46:59 +01:00
dsiders
00e6cf3a83 Docs: LazUtils/lazstringutils. Adds deprecation notice to LazIsValidIdent topic. Changed in e76c844e, 2024-09-04 15:24:14 +01:00
dsiders
e093078086 Docs: LazUtils/graphmath. Updates the Distance topic for the oveloaded variant added in 7740a847. 2024-09-01 01:54:23 +01:00
dsiders
9ac757f684 Docs: LazUtils/graphmath. Adds missing content for the overloaded Distance function. 2024-08-28 01:15:36 +01:00
dsiders
7bd5ca9a3f Docs: LazUtils/lazutf16. Updates the UnicodeLowercase topic. Includes changes in 6e4a0dd2. Issue #41056. 2024-08-07 18:02:18 +01:00
dsiders
fbddbee171 Docs: LazUtils/lazfileutils. Updates the ReadaAllLinks topic for changes in 5864b598, 1ba49f19. Issue #40689.
* Implements ReadAllLinks for the Windows platform.
2024-08-06 03:13:12 +01:00
dsiders
2ec1129e41 Docs: LazUtils/fileutil. Updates content in the ReadFileToString topic. 2024-07-18 00:52:45 +01:00
dsiders
8692ed1de5 Docs. LCL/LazUtils/various. Updates or removes URLs which are http, dead links, or examples to placate SourceForge hosting. 2024-06-13 03:40:12 +01:00
Zoë Peterson
b8bb9527ef Switched documentation from an inline comment in graphtype.pp to the fpdoc graphtype.xml 2024-06-12 22:54:32 +00:00
Juha
54ece983b9 Docs: Explain the map container used in TLookupStringList (LazUtils). 2024-04-08 02:22:35 +03:00
dsiders
117cdd0ad0 Docs: LazUtils/lazutf8. Fixes invalid attribute names in XML tagging.
* Updates:
* UTF8LeftStr.Result
* UTF8LeftStr.AText
* UTF8LeftStr.ACount
2024-04-05 18:46:43 +01:00
dsiders
66e929e9d6 Docs: LazUtils/lazutf8. Updates ParamStrUTF8 topic to include additional description for arguments. 2024-04-05 04:33:59 +01:00
dsiders
60813b02c5 Docs: LazUtils/lazutf8. Removes unneeded TODO entries. 2024-03-19 17:45:35 +01:00
dsiders
1dad391af7 Docs: LazUtils/translations. Adds missing topics and content for:
* GetLanguageIDFromLocaleName
* UpdatePOFile
2024-03-17 17:30:31 +01:00
dsiders
6aebfc86ab Docs: LazUtils/laz2_xmlcfg. Adds missing topics for nested type/members in TXMLConfig.
* TXMLConfig.TDomNodeArray
* TXMLConfig.TNodeCache
* TXMLConfig.TNodeCache.Node
* TXMLConfig.TNodeCache.NodeSearchName
* TXMLConfig.TNodeCache.ChildrenValid
* TXMLConfig.TNodeCache.Children
* TXMLConfig.TNodeCache.NodeListName
* TXMLConfig.TNodeCache.NodeList
* TXMLConfig.TNodeCache.GrowArray
* TXMLConfig.TNodeCache.RefreshChildren
* TXMLConfig.TNodeCache.RefreshChildrenIfNeeded
* TXMLConfig.TNodeCache.RefreshNodeList
* TXMLConfig.TNodeCache.RefreshNodeListIfNeeded
* TXMLConfig.TNodeCache.AddNodeToList
2024-03-13 07:37:36 +01:00
dsiders
defe11d130 Docs: LazUtils/laz2_xmlcfg. Updates TXMLConfig.SetDeleteValue for changes in 7fc68aa6. 2024-03-12 17:52:01 +01:00
dsiders
1b863d612c Docs: Lazutils/translations. Fixes capitalization in topic. 2024-02-09 04:08:14 +00:00