File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,18 @@ is considered private and is to be named accordingly. Fallback files are not
24
24
intended to be explicitly used with ` _comp_xfunc ` , and completion files having
25
25
precedence over them may have a different API.
26
26
27
+ ## Availability
28
+
29
+ All public API functions and variables are marked with a ` @since VERSION `
30
+ comment, where ` VERSION ` is the bash-completion version the thing was
31
+ introduced in.
32
+
33
+ Similarly, deprecated functions and variables are either marked with a
34
+ ` @deprecated VERSION ... ` comment, or deprecated using the
35
+ ` _comp_deprecate_func VERSION OLD_NAME NEW_NAME ` function.
36
+ ` VERSION ` in both cases is the bash-completion version the thing was
37
+ deprecated in.
38
+
27
39
## Naming
28
40
29
41
Due to its nature, bash-completion adds a number of functions and variables in
You can’t perform that action at this time.
0 commit comments