Browse Source

* Fix so only interface is parsed

git-svn-id: trunk@15400 -
michael 15 years ago
parent
commit
20823eb4e4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      utils/fpdoc/dglobals.pp

+ 1 - 0
utils/fpdoc/dglobals.pp

@@ -546,6 +546,7 @@ begin
   FRootLinkNode := TLinkNode.Create('', '');
   FRootDocNode := TDocNode.Create('', nil);
   HidePrivate := True;
+  InterfaceOnly:=True;
   FPackages := TList.Create;
 end;