Follow up.<div><br></div><div>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:</div><div><br></div><div><div>{ THardwareCollection<T> represents a collection of connectable devices such as joysticks }</div>
<div><br></div><div> THardwareCollection<T> = class(TOwnerCollection<T>)</div><div> public</div><div> constructor Create;</div><div> procedure ScanHardware; virtual;</div><div> end; </div></div><div><br>
</div><div>Breaks: THardwareCollection"here"<T></div><div>Error: Expected "=" at token "<" in file</div><div><br></div><div>What's the best way to search the free pascal mantis bug tracker to see if this issue has already been reported?</div>