mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 15:39:29 +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
|
||||
DocNode:=Engine.FindDocNode(Package);
|
||||
if not Assigned(DocNode) then
|
||||
exit;
|
||||
if Assigned(DocNode) and not IsDescrNodeEmpty(DocNode.Descr) then
|
||||
begin
|
||||
StartSection(SDocOverview);
|
||||
|
Loading…
Reference in New Issue
Block a user