File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 11#!/usr/bin/env python3
22
3- # This script uses the file `availability-macros.def` to automatically
4- # add/remove `@available` attributes to declarations in Swift sources
5- # in this package.
3+ # This script can be used to automatically add/remove `@available` attributes to
4+ # declarations in Swift sources in this package.
65#
76# In order for this to work, ABI-impacting declarations need to be annotated
87# with special comments in the following format:
3433# "Hello"
3534# }
3635#
37- # The script recognizes these attributes and updates/removes them on each run,
38- # so you can run the script to enable/disable attributes without worrying about
39- # duplicate attributes.
36+ # The script recognizes all three forms of these annotations and updates them on
37+ # every run, so we can run the script to enable/disable attributes as needed.
4038
4139import os
4240import os .path
You can’t perform that action at this time.
0 commit comments