summaryrefslogtreecommitdiff
path: root/docs/yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/yaml')
-rw-r--r--docs/yaml/functions/shared_library.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/yaml/functions/shared_library.yaml b/docs/yaml/functions/shared_library.yaml
index eeae3ce8c..c3ea77a7d 100644
--- a/docs/yaml/functions/shared_library.yaml
+++ b/docs/yaml/functions/shared_library.yaml
@@ -54,3 +54,9 @@ kwargs:
Set the specific ABI to compile (when compiling rust).
- 'rust' (default): Create a "dylib" crate.
- 'c': Create a "cdylib" crate.
+
+ shortname:
+ type: str
+ since: 1.10.0
+ description: |
+ A string specifying a DLL name fitting to 8.3 limit on OS/2 of this shared library.