Skip to content

[API Docs] Invalid parameter values for certain overloads in ObjectAnimator #933

@pjcollins

Description

@pjcollins

Looking at the generated ObjectAnimator.cs MCW, we seem to have an issue with Javadoc conversion related to certain overloads:
https://gist.github.com/pjcollins/8f5d3d30877dab7f4f58d7324c8e9672

All four overloads contain the same <param> values, regardless of their signature:

/// <param name="target">The object whose properties are to be animated.</param>
/// <param name="xProperty">The property for the x coordinate being animated.</param>
/// <param name="yProperty">The property for the y coordinate being animated.</param>
/// <param name="path">The &lt;code&gt;Path&lt;/code&gt; to animate values along.</param>

This is seemingly causing some issues with a recent API docs update, where we have a handful of invalid <param/> values in:
https://github.com/xamarin/android-api-docs/blob/fda1236a384b228b46033fd624854851a87c08df/docs/Mono.Android/en/Android.Animation/ObjectAnimator.xml#L204-L418

A similar issue was noted in #931.

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