Description
Context: xamarin/android-api-docs#29
Context: https://github.com/xamarin/android-api-docs/blob/fda1236a384b228b46033fd624854851a87c08df/docs/Mono.Android/en/Android.Animation/ObjectAnimator.xml#L193
Context: https://developer.android.com/reference/android/animation/ObjectAnimator#ofArgb(java.lang.Object,%20java.lang.String,%20int...)
Certain generated Java documentation links are using an array syntax []
when they should be using ...
.
We also don't seem to be handling overloads fully correctly at least in this case, as the links we generate are the same for both
public static Android.Animation.ObjectAnimator? OfArgb (Java.Lang.Object? target, Android.Util.Property? property, params int[]? values);
and
public static Android.Animation.ObjectAnimator? OfArgb (Java.Lang.Object? target, string? propertyName, params int[]? values);
Metadata
Metadata
Assignees
Labels
No labels