mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 17:47:56 +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('', '');
|
||||
FRootDocNode := TDocNode.Create('', nil);
|
||||
HidePrivate := True;
|
||||
InterfaceOnly:=True;
|
||||
FPackages := TList.Create;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user