Skip to content

[Api Docs] Java documentation links are wrong for some ObjectAnimator members #931

Closed
xamarin/android-api-docs
#30
@pjcollins

Description

@pjcollins

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions