From 9802bcc2f91594962ec01f461d8292348ac664e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20Kn=C3=B6chel?= Date: Sun, 4 Feb 2024 10:17:46 +0100 Subject: [PATCH] fix: merge description in summary --- apidoc/Titanium/UI/ImageView.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/apidoc/Titanium/UI/ImageView.yml b/apidoc/Titanium/UI/ImageView.yml index 62ed295d53d..f658608e7da 100644 --- a/apidoc/Titanium/UI/ImageView.yml +++ b/apidoc/Titanium/UI/ImageView.yml @@ -78,12 +78,10 @@ methods: osver: { ios: { min: "17.0" } } parameters: - name: symbolEffect - summary: The symbol effect to add. - description: One of `pulse`, `bounce`, `appear`, `disappear`, `variableColor` or `scale`. + summary: The symbol effect to add. One of `pulse`, `bounce`, `appear`, `disappear`, `variableColor` or `scale`. type: String - name: options - summary: The options for the symbol effect. - description: One of `repeating`, `nonRepeating`, `repeatCount` or `speed`. + summary: The options for the symbol effect. One of `repeating`, `nonRepeating`, `repeatCount` or `speed`. type: String - name: animated summary: A Boolean value that indicates whether to animate the addition of a `scale`, `appear`, or `disappear` effect.