mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 14:16:12 +02:00
fixed fpdoc warnings
git-svn-id: trunk@8943 -
This commit is contained in:
parent
20a44fb2a6
commit
42f3d0cebb
@ -394,7 +394,7 @@
|
|||||||
<!-- procedure Visibility: public -->
|
<!-- procedure Visibility: public -->
|
||||||
<element name="TDynHashArray.Add">
|
<element name="TDynHashArray.Add">
|
||||||
<short>Adds an item to the set/array.</short>
|
<short>Adds an item to the set/array.</short>
|
||||||
<descr>An example: <code>uses
|
<descr><p>An example:</p><code>uses
|
||||||
{$IFDEF UNIX}{$IFDEF UseCThreads}
|
{$IFDEF UNIX}{$IFDEF UseCThreads}
|
||||||
cthreads,
|
cthreads,
|
||||||
{$ENDIF}{$ENDIF}
|
{$ENDIF}{$ENDIF}
|
||||||
@ -428,7 +428,7 @@ StrDispose(s); </code>
|
|||||||
<!-- function Visibility: public -->
|
<!-- function Visibility: public -->
|
||||||
<element name="TDynHashArray.Contains">
|
<element name="TDynHashArray.Contains">
|
||||||
<short>Returns true if the item is in the set.</short>
|
<short>Returns true if the item is in the set.</short>
|
||||||
<descr>An example: <code>uses
|
<descr><p>An example:</p><code>uses
|
||||||
{$IFDEF UNIX}{$IFDEF UseCThreads}
|
{$IFDEF UNIX}{$IFDEF UseCThreads}
|
||||||
cthreads,
|
cthreads,
|
||||||
{$ENDIF}{$ENDIF}
|
{$ENDIF}{$ENDIF}
|
||||||
@ -481,7 +481,8 @@ StrDispose(s); </code>
|
|||||||
<!-- procedure Visibility: public -->
|
<!-- procedure Visibility: public -->
|
||||||
<element name="TDynHashArray.Remove">
|
<element name="TDynHashArray.Remove">
|
||||||
<short>Removes an element from the set/hash array</short>
|
<short>Removes an element from the set/hash array</short>
|
||||||
<descr>An example:<code>{$mode objfpc}{$H+}
|
<descr><p>An example:</p>
|
||||||
|
<code>{$mode objfpc}{$H+}
|
||||||
|
|
||||||
uses
|
uses
|
||||||
{$IFDEF UNIX}{$IFDEF UseCThreads}
|
{$IFDEF UNIX}{$IFDEF UseCThreads}
|
||||||
@ -520,7 +521,7 @@ end.
|
|||||||
<!-- procedure Visibility: public -->
|
<!-- procedure Visibility: public -->
|
||||||
<element name="TDynHashArray.Clear">
|
<element name="TDynHashArray.Clear">
|
||||||
<short>Removes all elements from the set/hash array</short>
|
<short>Removes all elements from the set/hash array</short>
|
||||||
<descr>An example: <code>uses
|
<descr><p>An example:</p><code>uses
|
||||||
{$IFDEF UNIX}{$IFDEF UseCThreads}
|
{$IFDEF UNIX}{$IFDEF UseCThreads}
|
||||||
cthreads,
|
cthreads,
|
||||||
{$ENDIF}{$ENDIF}
|
{$ENDIF}{$ENDIF}
|
||||||
@ -568,7 +569,7 @@ StrDispose(s); </code>
|
|||||||
<!-- property Visibility: public -->
|
<!-- property Visibility: public -->
|
||||||
<element name="TDynHashArray.Count">
|
<element name="TDynHashArray.Count">
|
||||||
<short>Number of elements stored in the set/array.</short>
|
<short>Number of elements stored in the set/array.</short>
|
||||||
<descr>An example: <code>uses
|
<descr><p>An example:</p><code>uses
|
||||||
{$IFDEF UNIX}{$IFDEF UseCThreads}
|
{$IFDEF UNIX}{$IFDEF UseCThreads}
|
||||||
cthreads,
|
cthreads,
|
||||||
{$ENDIF}{$ENDIF}
|
{$ENDIF}{$ENDIF}
|
||||||
|
Loading…
Reference in New Issue
Block a user