浏览代码

* Fixed to conform to new structures in pastree

git-svn-id: trunk@22092 -
michael 13 年之前
父节点
当前提交
3bc8bbf378
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      utils/fpdoc/dw_html.pp

+ 1 - 1
utils/fpdoc/dw_html.pp

@@ -1905,7 +1905,7 @@ begin
       begin
       begin
 	if j > 0 then
 	if j > 0 then
 	  AppendSym(CodeEl, ', ');
 	  AppendSym(CodeEl, ', ');
-	AppendPasSHFragment(CodeEl, CurVariant.Values[j], 0);
+	AppendPasSHFragment(CodeEl, TPasElement(CurVariant.Values[j]).GetDeclaration(true), 0);
       end;
       end;
       AppendSym(CodeEl, ': (');
       AppendSym(CodeEl, ': (');
       AppendType(CodeEl, TableEl, CurVariant.Members, True, NestingLevel + 3);
       AppendType(CodeEl, TableEl, CurVariant.Members, True, NestingLevel + 3);