mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 04:49:19 +02:00
* Fix compation
This commit is contained in:
parent
52c8ac0ca0
commit
848bd3e0c0
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
FPDoc - Free Pascal Documentation Tool
|
FPDoc - Free Pascal Documentation Tool
|
||||||
Copyright (C) 2000 - 2005 by
|
Copyright (C) 2000 - 2005 by
|
||||||
@ -1810,7 +1809,7 @@ begin
|
|||||||
CodeEl := CreateCode(CreatePara(TDEl));
|
CodeEl := CreateCode(CreatePara(TDEl));
|
||||||
AppendKw(CodeEl, 'type');
|
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)
|
AppendGeneric(CodeEl, AClass)
|
||||||
else
|
else
|
||||||
AppendText(CodeEl, ' ' + UTF8Decode(AClass.Name) + ' ');
|
AppendText(CodeEl, ' ' + UTF8Decode(AClass.Name) + ' ');
|
||||||
|
Loading…
Reference in New Issue
Block a user