mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 19:49:18 +02:00
Docs: LazUtils/lazconfigstorage. Adds missing short descriptions.
This commit is contained in:
parent
775d0c7ede
commit
d7ad2345dd
@ -1360,10 +1360,15 @@ storage class instance.
|
||||
<seealso/>
|
||||
</element>
|
||||
<element name="TConfigMemStorage.SaveToConfig.Config">
|
||||
<short/>
|
||||
<short>
|
||||
Configuration storage instance where values are stored.
|
||||
</short>
|
||||
</element>
|
||||
<element name="TConfigMemStorage.SaveToConfig.APath">
|
||||
<short/>
|
||||
<short>
|
||||
Path to the location in Config where values in the current class instance are
|
||||
stored.
|
||||
</short>
|
||||
</element>
|
||||
|
||||
<element name="TConfigMemStorage.LoadFromConfig">
|
||||
@ -1375,10 +1380,14 @@ class instance.
|
||||
<seealso/>
|
||||
</element>
|
||||
<element name="TConfigMemStorage.LoadFromConfig.Config">
|
||||
<short/>
|
||||
<short>
|
||||
Configuration storage instance with the values loaded into the current class.
|
||||
</short>
|
||||
</element>
|
||||
<element name="TConfigMemStorage.LoadFromConfig.APath">
|
||||
<short/>
|
||||
<short>
|
||||
Path to the values in Config which are loaded in the method.
|
||||
</short>
|
||||
</element>
|
||||
|
||||
<element name="TConfigMemStorage.WriteDebugReport">
|
||||
|
Loading…
Reference in New Issue
Block a user