Explorar el Código

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

git-svn-id: trunk@15803 -

marco hace 15 años
padre
commit
9883c06545
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      utils/fpdoc/dw_html.pp

+ 2 - 0
utils/fpdoc/dw_html.pp

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