You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Delphi automatically inserts "{ Classname }" comments when autogenerating methods. These comments obviously are useless for docs and better should be ignored. Parser could compare comment contents and class name and skip the comment if they're equal