mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-26 13:49:32 +02:00
* patch from Graeme that exists if a node is not assigned, mantis #26678
git-svn-id: trunk@28598 -
This commit is contained in:
parent
77088cf723
commit
4102061e8a
@ -728,6 +728,8 @@ var
|
|||||||
|
|
||||||
begin
|
begin
|
||||||
DocNode:=Engine.FindDocNode(Package);
|
DocNode:=Engine.FindDocNode(Package);
|
||||||
|
if not Assigned(DocNode) then
|
||||||
|
exit;
|
||||||
if Assigned(DocNode) and not IsDescrNodeEmpty(DocNode.Descr) then
|
if Assigned(DocNode) and not IsDescrNodeEmpty(DocNode.Descr) then
|
||||||
begin
|
begin
|
||||||
StartSection(SDocOverview);
|
StartSection(SDocOverview);
|
||||||
|
Loading…
Reference in New Issue
Block a user