When parsing a record with class operators like this, an error is generated and the whole file is not included:
class operator Add(p1,p2:TMyPoint):TMyPoint;
The error message is as follows:
Error EPasDoc: F:\Delphi\jdvd\trunc\common\uPersons.pas(14): One of symbols "," or ":" expected while parsing unit uPersons.pas, continuing...
Closing, this was fixed long time ago. PasDoc can parse this:
Sorry for not notifying about it earlier!
Last edit: Michalis Kamburelis 2018-02-08