Browse Source

* while searching for ancestor classes/interfaces after all USES unit
also search unit system.

git-svn-id: trunk@15803 -

marco 15 years ago
parent
commit
9883c06545
1 changed files with 2 additions and 0 deletions
  1. 2 0
      utils/fpdoc/dw_html.pp

+ 2 - 0
utils/fpdoc/dw_html.pp

@@ -1526,6 +1526,8 @@ begin
                 break;
               ThisPackage := ThisPackage.NextSibling;
             end;
+            if length(s)=0 then
+              s := ResolveLinkID('#rtl.System.' + Element.Name);
             if Length(s) > 0 then
               break;
           end;