mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-23 09:12:04 +02:00
* Fix so only interface is parsed
git-svn-id: trunk@15400 -
This commit is contained in:
parent
e1ea6de387
commit
20823eb4e4
@ -546,6 +546,7 @@ begin
|
|||||||
FRootLinkNode := TLinkNode.Create('', '');
|
FRootLinkNode := TLinkNode.Create('', '');
|
||||||
FRootDocNode := TDocNode.Create('', nil);
|
FRootDocNode := TDocNode.Create('', nil);
|
||||||
HidePrivate := True;
|
HidePrivate := True;
|
||||||
|
InterfaceOnly:=True;
|
||||||
FPackages := TList.Create;
|
FPackages := TList.Create;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user