mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-28 17:30:34 +01:00
* Slightly modified patch from Graeme, Mantis #21357 which adds an assigned.
git-svn-id: trunk@20409 -
This commit is contained in:
parent
e1ac091b68
commit
e6cdc2b744
@ -893,7 +893,8 @@ begin
|
||||
Writeln(Format('%s : ',[SDocVersion]));
|
||||
WriteDescr(TypeDecl, DocNode.Version);
|
||||
end;
|
||||
ConvertNotes(TypeDecl,DocNode.Notes);
|
||||
if Assigned(DocNode) and assigned(DocNode.Notes) then
|
||||
ConvertNotes(TypeDecl,DocNode.Notes);
|
||||
DescrEndParagraph;
|
||||
end;
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user