[Lazarus] FPDoc Editor fails on namespace dotted unit names?

Anthony Walter sysrpl at gmail.com
Thu Apr 18 03:08:31 CEST 2013


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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20130417/a3dbe3e5/attachment-0003.html>


More information about the Lazarus mailing list