mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 06:29:32 +02:00
* Fix compation
This commit is contained in:
parent
f138af02b9
commit
6c8b757795
@ -1,4 +1,3 @@
|
||||
|
||||
{
|
||||
FPDoc - Free Pascal Documentation Tool
|
||||
Copyright (C) 2000 - 2005 by
|
||||
@ -1810,7 +1809,7 @@ begin
|
||||
CodeEl := CreateCode(CreatePara(TDEl));
|
||||
AppendKw(CodeEl, 'type');
|
||||
|
||||
if Assigned(AClass.GenericTemplateTypes) and AClass.GenericTemplateTypes.Count>0 then
|
||||
if Assigned(AClass.GenericTemplateTypes) and (AClass.GenericTemplateTypes.Count>0) then
|
||||
AppendGeneric(CodeEl, AClass)
|
||||
else
|
||||
AppendText(CodeEl, ' ' + UTF8Decode(AClass.Name) + ' ');
|
||||
|
Loading…
Reference in New Issue
Block a user