diff --git a/docs/xml/lazutils/laz2_xmlwrite.xml b/docs/xml/lazutils/laz2_xmlwrite.xml index 8141ad3d76..1b93d4e56b 100644 --- a/docs/xml/lazutils/laz2_xmlwrite.xml +++ b/docs/xml/lazutils/laz2_xmlwrite.xml @@ -19,6 +19,9 @@ Modified in 2006 by Sergei Gorelkin, sergei_gorelkin@mail.ru
Converted to use UTF-8 instead of widestrings by Mattias Gaertner.

+

+ This file is part of the LazUtils package. +

diff --git a/docs/xml/lazutils/laz_xmlread.xml b/docs/xml/lazutils/laz_xmlread.xml index 03a65fd6d7..fc5a24f5d9 100644 --- a/docs/xml/lazutils/laz_xmlread.xml +++ b/docs/xml/lazutils/laz_xmlread.xml @@ -7,8 +7,15 @@ ==================================================================== --> - - + + Provides routines used to read XML content from a file, text file, or stream + + +

+ This file is part of the LazUtils package. +

+
+ diff --git a/docs/xml/lazutils/laz_xmlstreaming.xml b/docs/xml/lazutils/laz_xmlstreaming.xml index 92f23ac4e7..37744d34b6 100644 --- a/docs/xml/lazutils/laz_xmlstreaming.xml +++ b/docs/xml/lazutils/laz_xmlstreaming.xml @@ -9,8 +9,23 @@ --> - + + Contains classes, types, and routines used to implement an XML serialization driver + +

+ Copyright (c) 2000 by Sebastian Guenther, sg@freepascal.org +

+

+ Extended by Mattias Gaertner: +

+
    +
  • Reading/Writing children, all kinds of properties,
  • +
  • custom properties (via DefineProperties).
  • +
+

+ This file is part of the LazUtils package. +

diff --git a/docs/xml/lazutils/laz_xmlwrite.xml b/docs/xml/lazutils/laz_xmlwrite.xml index 54c6c51b61..b11847c29b 100644 --- a/docs/xml/lazutils/laz_xmlwrite.xml +++ b/docs/xml/lazutils/laz_xmlwrite.xml @@ -7,8 +7,12 @@ ==================================================================== --> - - + Provides routines used to write XML documents or nodes + +

+ This file is part of the LazUtils package. +

+
diff --git a/docs/xml/lazutils/lazconfigstorage.xml b/docs/xml/lazutils/lazconfigstorage.xml index 6b3410fb77..559459e72d 100644 --- a/docs/xml/lazutils/lazconfigstorage.xml +++ b/docs/xml/lazutils/lazconfigstorage.xml @@ -1,4 +1,4 @@ - + @@ -9,8 +9,14 @@ --> - +Defines various base classes for loading and saving configuration files. +

+ This file is part of the LazUtils package. +

+

+ Author: Mattias Gaertner +

diff --git a/docs/xml/lazutils/lazdbglog.xml b/docs/xml/lazutils/lazdbglog.xml index e53786a8f5..556fa23069 100644 --- a/docs/xml/lazutils/lazdbglog.xml +++ b/docs/xml/lazutils/lazdbglog.xml @@ -9,8 +9,11 @@ --> - +Contains utility routines used in the Lazarus Debugger and IDE +

+ This file is part of the LazUtils package. +

diff --git a/docs/xml/lazutils/lazfglhash.xml b/docs/xml/lazutils/lazfglhash.xml index 92c5f81c51..20140c5250 100644 --- a/docs/xml/lazutils/lazfglhash.xml +++ b/docs/xml/lazutils/lazfglhash.xml @@ -1,4 +1,4 @@ - + @@ -9,8 +9,11 @@ --> - +Contains a hash table implementation using Generics +

+ This file is part of the LazUtils package. +

diff --git a/docs/xml/lazutils/lazloggerdummy.xml b/docs/xml/lazutils/lazloggerdummy.xml index 3c3cdaf1ba..d2d31c0df6 100644 --- a/docs/xml/lazutils/lazloggerdummy.xml +++ b/docs/xml/lazutils/lazloggerdummy.xml @@ -9,8 +9,11 @@ --> - +Provide an empty re-implementation of LazLoggerBase +

+ This file is part of the LazUtils package. +

diff --git a/docs/xml/lazutils/lazloggerprofiling.xml b/docs/xml/lazutils/lazloggerprofiling.xml index 8377cb8472..bb55527d00 100644 --- a/docs/xml/lazutils/lazloggerprofiling.xml +++ b/docs/xml/lazutils/lazloggerprofiling.xml @@ -9,8 +9,11 @@ --> - +Contains classes and routines used for profiling in the Lazarus debugger +

+ This file is part of the LazUtils package. +

diff --git a/docs/xml/lazutils/lazsysutils.xml b/docs/xml/lazutils/lazsysutils.xml index 18df392cef..b99c6a7ac8 100644 --- a/docs/xml/lazutils/lazsysutils.xml +++ b/docs/xml/lazutils/lazsysutils.xml @@ -7,7 +7,7 @@ ==================================================================== --> - + Utility functions for the various supported platforms

lazsysutils.pas contains utility functions for the various supported platforms. This file is part of the LazUtils package. diff --git a/docs/xml/lazutils/lazutilities.xml b/docs/xml/lazutils/lazutilities.xml index ef93eb4bce..53dd705b5d 100644 --- a/docs/xml/lazutils/lazutilities.xml +++ b/docs/xml/lazutils/lazutilities.xml @@ -7,8 +7,14 @@ ==================================================================== --> - - + + Contains miscellaneous utility routines and variables used in the Lazarus IDE and LCL + + +

+ This file is part of the LazUtils package. +

+