* patch from Graeme that exists if a node is not assigned, mantis #26678

git-svn-id: trunk@28598 -
This commit is contained in:
marco 2014-09-05 09:48:08 +00:00
parent 77088cf723
commit 4102061e8a

View File

@ -728,6 +728,8 @@ var
begin
DocNode:=Engine.FindDocNode(Package);
if not Assigned(DocNode) then
exit;
if Assigned(DocNode) and not IsDescrNodeEmpty(DocNode.Descr) then
begin
StartSection(SDocOverview);