autowrap icon indicating copy to clipboard operation
autowrap copied to clipboard

Support deprecation notes in comments

Open timosachsenberg opened this issue 1 year ago • 0 comments

See https://github.com/OpenMS/OpenMS/pull/7650

e.g. here for enums https://github.com/OpenMS/autowrap/blob/master/autowrap%2FCodeGenerator.py#L553 if doc.contains(".. deprecated:"): stub_code.add("@typing_extensions.deprecated")

timosachsenberg avatar Nov 07 '24 08:11 timosachsenberg