From e0328d188c3ac06a67b9e7fa8fa32d347b08d309 Mon Sep 17 00:00:00 2001
From: dsiders
Date: Sat, 28 Oct 2023 23:58:29 +0100
Subject: [PATCH] Docs: LazUtils/lazdbglog. Adds missing short descriptions in
topics.
(cherry picked from commit 11d69e906a607ceacc2ff672a8095101738b4d19)
---
docs/xml/lazutils/lazdbglog.xml | 42 +++++++++++++++++++++++----------
1 file changed, 30 insertions(+), 12 deletions(-)
diff --git a/docs/xml/lazutils/lazdbglog.xml b/docs/xml/lazutils/lazdbglog.xml
index a6cbcfcbef..e7bdf078b4 100644
--- a/docs/xml/lazutils/lazdbglog.xml
+++ b/docs/xml/lazutils/lazdbglog.xml
@@ -14,43 +14,61 @@ LazDbgLog
-
-
+
+Returns the memory size needed for the specified string value including a 4-byte Pointer for the string length.
+
-
+
+PtrUInt value with the number of bytes needed for the string including its
+length.
+
-
+
+String examined to get the Length of the memory used for the value.
+
-
-
+
+Returns the memory size needed for the specified TFPList instance, or 0 when
+List is unassigned.
+
-
+
+PtrUInt value with the number of bytes needed for the TFPList instance
+including the Pointers needed for its current Capacity.
+
-
+
+TFPList instance examined in the routine.
+
-
-
+
+Returns the reference count for the specified String.
+
-
+
+PtrInt value with the reference count for S, or -1 if S is an empty string ('').
+
-
+
+Constant string parameter examined in the routine.
+