On Wed, 17 Apr 2013, Anthony Walter wrote:

Follow up.
I think I found another bug with fpdoc. I believe it parser fails and 
documentation generation stops if it encounters a generic type declaration like 
this:

{ THardwareCollection<T> represents a collection of connectable devices such as 
joysticks }

  THardwareCollection<T> = class(TOwnerCollection<T>)
  public
    constructor Create;
    procedure ScanHardware; virtual;
  end; 

Breaks: THardwareCollection"here"<T>
Error: Expected "=" at token "<" in file

What's the best way to search the free pascal mantis bug tracker to see if this 
issue has already been reported?

It has not been reported.

fpdoc currently does not support Delphi style generics. You should use FPC 
syntax for fpdoc to work.

So you can report this as missing delphi generics syntax.

Michael.
--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to