From b4f9ac538095ed7eca5373f021c5bc11c8b405d7 Mon Sep 17 00:00:00 2001
From: dsiders
Date: Wed, 10 May 2023 08:53:29 +0100
Subject: [PATCH] Docs: LazControls/various. Standardizes tagging for file
names in unit overview topics.
---
components/lazcontrols/docs/checkboxthemed.xml | 3 ++-
components/lazcontrols/docs/dividerbevel.xml | 6 +++---
components/lazcontrols/docs/extendednotebook.xml | 5 +++--
components/lazcontrols/docs/listfilteredit.xml | 5 +++--
components/lazcontrols/docs/listviewfilteredit.xml | 11 ++++++-----
components/lazcontrols/docs/lvlgraphctrl.xml | 4 ++--
components/lazcontrols/docs/shortpathedit.xml | 2 +-
components/lazcontrols/docs/spinex.xml | 2 +-
8 files changed, 21 insertions(+), 17 deletions(-)
diff --git a/components/lazcontrols/docs/checkboxthemed.xml b/components/lazcontrols/docs/checkboxthemed.xml
index ab09f3e3af..356f33177a 100644
--- a/components/lazcontrols/docs/checkboxthemed.xml
+++ b/components/lazcontrols/docs/checkboxthemed.xml
@@ -11,7 +11,8 @@ Implements a custom-drawn check box control drawn using theme services.
custom-drawn check box control drawn using theme services.
-This file is part of the LazControls package.
+checkboxthemed.pas is part of the LazControls
+package.
diff --git a/components/lazcontrols/docs/dividerbevel.xml b/components/lazcontrols/docs/dividerbevel.xml
index 29e396cb08..c4eb0b6236 100644
--- a/components/lazcontrols/docs/dividerbevel.xml
+++ b/components/lazcontrols/docs/dividerbevel.xml
@@ -9,9 +9,9 @@ forms, frames, and panels.
-DividerBevel.pas contains the TDividerBevel control,
-a bevel with additional drawing features. This file is part of the
-LazControls package.
+dividerbevel.pas contains the TDividerBevel control,
+a bevel with additional drawing features. dividerbevel.pas is
+part of the LazControls package.
diff --git a/components/lazcontrols/docs/extendednotebook.xml b/components/lazcontrols/docs/extendednotebook.xml
index 91471a7047..5761d6376a 100644
--- a/components/lazcontrols/docs/extendednotebook.xml
+++ b/components/lazcontrols/docs/extendednotebook.xml
@@ -9,12 +9,13 @@ the control.
-ExtendedNotebook.pas contains classes and types used to
+extendednotebook.pas contains classes and types used to
implement an extended notebook control. It provides support for dragging and
dropping tabs on the control.
-This file is part of the LazControls package,
+extendednotebook.pas is part of the LazControls
+package.
diff --git a/components/lazcontrols/docs/listfilteredit.xml b/components/lazcontrols/docs/listfilteredit.xml
index 466be27124..4038b262af 100644
--- a/components/lazcontrols/docs/listfilteredit.xml
+++ b/components/lazcontrols/docs/listfilteredit.xml
@@ -12,12 +12,13 @@ Implements a control used to filter the items in an associated list box.
-ListFilterEdit.pas contains classes and types used to implement
+listfilteredit.pas contains classes and types used to implement
the TListFilterEdit control, an edit control which filters values
found in an associated list box.
-This file is part of the LazControls package.
+listfilteredit.pas is part of the LazControls
+package.
diff --git a/components/lazcontrols/docs/listviewfilteredit.xml b/components/lazcontrols/docs/listviewfilteredit.xml
index d3b1adb2e2..d2ec1b8f40 100644
--- a/components/lazcontrols/docs/listviewfilteredit.xml
+++ b/components/lazcontrols/docs/listviewfilteredit.xml
@@ -12,13 +12,14 @@ Implements an edit control used to filter an associated TListView control.
-ListViewFilterEdit contains classes and types used to implement
-the TListViewFilterEdit control. It is used to filter the items
-displayed for an associated TListView control by the caption or
-sub-items in list item data.
+listviewfilteredit.pas contains classes and types used to
+implement the TListViewFilterEdit control. It is used to filter the
+items displayed for an associated TListView control by the caption
+or sub-items in list item data.
-This file is part of the LazControls package.
+listviewfilteredit.pas is part of the LazControls
+package.
diff --git a/components/lazcontrols/docs/lvlgraphctrl.xml b/components/lazcontrols/docs/lvlgraphctrl.xml
index 21db945102..ef0bdfd6f5 100644
--- a/components/lazcontrols/docs/lvlgraphctrl.xml
+++ b/components/lazcontrols/docs/lvlgraphctrl.xml
@@ -6,11 +6,11 @@
Implements a Level (or Layered) Graph control.
-LvlGraphCtrl.pas contains classes, types, constants, and
+lvlgraphctrl.pas contains classes, types, constants, and
routines used to implement a Level (or Layered) Graph control.
-This file is part of the LazControls package.
+lvlgraphctrl.pas is part of the LazControls package.
diff --git a/components/lazcontrols/docs/shortpathedit.xml b/components/lazcontrols/docs/shortpathedit.xml
index b5d66e373b..3ac514d4d3 100644
--- a/components/lazcontrols/docs/shortpathedit.xml
+++ b/components/lazcontrols/docs/shortpathedit.xml
@@ -14,7 +14,7 @@ ShortPathEdit
directory edit control with a directory selection dialog.
-This file is part of the LazControls package.
+ShortPathEdit.pas is part of the LazControls package.
diff --git a/components/lazcontrols/docs/spinex.xml b/components/lazcontrols/docs/spinex.xml
index 273138f0c4..7a49af92ed 100644
--- a/components/lazcontrols/docs/spinex.xml
+++ b/components/lazcontrols/docs/spinex.xml
@@ -14,7 +14,7 @@ the control is not a valid number.
Initial implementation: 2016 by Bart Broersma. Revised in August 2020.
-This file is part of the LazControls package.
+spinex.pps is part of the LazControls package.