* Take link contents into account when writing seealso section

git-svn-id: trunk@3866 -
This commit is contained in:
michael 2006-06-13 22:54:59 +00:00
parent 85017f4139
commit a49a8ba774

View File

@ -1849,7 +1849,17 @@ begin
end
else
NewEl := CreateLink(ParaEl,s);
AppendText(NewEl,El['id']);
if Not IsDescrNodeEmpty(El) then
begin
PushOutputNode(NewEl);
Try
ConvertBaseShortList(AElement, El, True)
Finally
PopOutputNode;
end;
end
else
AppendText(NewEl,El['id']);
l:=El['id'];
DescrEl := Engine.FindShortDescr(AElement.GetModule,L);
if Assigned(DescrEl) then