mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 17:09:35 +02:00
* Make fpdoc happy (and me too)
git-svn-id: trunk@47491 -
This commit is contained in:
parent
f68804e9cd
commit
c986cf9347
@ -48,7 +48,6 @@ type
|
||||
TDepthFirstCallbackType = specialize TDepthFirstCallback<T>;
|
||||
TBreadthFirstCallbackType = specialize TBreadthFirstCallback<T>;
|
||||
private type
|
||||
type
|
||||
TStackType = specialize TStack<TTreeNodeType>;
|
||||
TQueueType = specialize TQueue<TTreeNodeType>;
|
||||
private
|
||||
|
Loading…
Reference in New Issue
Block a user