Hi all,

On 04-04-17 00:27, Abou Al Montacir wrote:
> Can you please help on this issue?
> It looks like the file extctrls.pp or the corresponding xml is not
> supported by the used version of fpdoc.

In our version, on line 1400 (or line 1437 in current HEAD version¹) we
have the following:
  TCtrlBands = class (specialize TFPGObjectList<TCtrlBand>)

It is the < and > that cause the issue. My assumption is that when
converted to xml, they need to be escaped/converted to &lt; and &gt;.

If I remove either (not necessary both) of them, the fpdoc conversion of
extctrls.pp succeeds.

Paul

¹
http://svn.freepascal.org/cgi-bin/viewvc.cgi/trunk/lcl/extctrls.pp?view=markup&revision=53634&root=lazarus

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to