Embarcadero / octoid

Octoid is a tool for translating Objective-C headers into Delphi code. It is intended as a replacement for SDKTransform which ships with Delphi.
BSD 2-Clause "Simplified" License
31 stars 8 forks source link

Consider emitting deprecation etc comments above the method declaration #6

Closed DelphiWorlds closed 1 year ago

DelphiWorlds commented 1 year ago

As per title - perhaps the deprecation comments can go on the line before the method declaration, including any attributes, such as MethodName

DelphiWorlds commented 1 year ago

Added an option for it