-
Notifications
You must be signed in to change notification settings - Fork 14
Update docs using xamarin/java.interop@d3f0c5c6 #29
Conversation
Docs Build status updates of commit fda1236:
|
@@ -138,7 +138,7 @@ | |||
<remarks> | |||
<para> | |||
<format type="text/html"> | |||
<a href="https://developer.android.com/reference/android/animation/ObjectAnimator#ofArgb(java.lang.Object,%20android.util.Property,%20int)" title="Reference documentation">Java documentation for <code>android.animation.ObjectAnimator.ofArgb(java.lang.Object, android.util.Property, int)</code>.</a> | |||
<a href="https://developer.android.com/reference/android/animation/ObjectAnimator#ofArgb(java.lang.Object,%20android.util.Property,%20int[])" title="Reference documentation">Java documentation for <code>android.animation.ObjectAnimator.ofArgb(java.lang.Object, android.util.Property, int[])</code>.</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alas, this link is wrong; we actually want:
https://developer.android.com/reference/android/animation/ObjectAnimator#ofArgb(java.lang.Object,%20java.lang.String,%20int...)
Notice trailing ...
instead of []
.
No idea right now how we know we want ...
instead of []
; we should file an issue somewhere to track this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Filed dotnet/java-interop#931 for this, looks like we have an issue with some overloads too...
<remarks> | ||
<para> | ||
<format type="text/html"> | ||
<a href="https://developer.android.com/reference/android/animation/ObjectAnimator#ofFloat(java.lang.Object,%20android.util.Property,%20float)" title="Reference documentation">Java documentation for <code>android.animation.ObjectAnimator.ofFloat(java.lang.Object, android.util.Property, float)</code>.</a> | ||
<a href="https://developer.android.com/reference/android/animation/ObjectAnimator#ofFloat(java.lang.Object,%20android.util.Property,%20android.util.Property,%20android.graphics.Path)" title="Reference documentation">Java documentation for <code>android.animation.ObjectAnimator.ofFloat(java.lang.Object, android.util.Property, android.util.Property, android.graphics.Path)</code>.</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This link is also wrong :-(
https://developer.android.com/reference/android/animation/ObjectAnimator#ofFloat(T,%20android.util.Property%3CT,%20java.lang.Float%3E,%20android.util.Property%3CT,%20java.lang.Float%3E,%20android.graphics.Path)
which unfortunately means that Java generics are present in the URL signature, which is a different issue that we should track…
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Filed dotnet/java-interop#932
Context: https://github.com/xamarin/java.interop/issues/931
Context: https://github.com/xamarin/java.interop/issues/932
Changes: https://github.com/xamarin/java.interop/compare/087684a70bb71a84c0afb7423c27b50bafb74fb2...aac3e9acca503c38c5616ef84d8af28197da254c
Changes: https://github.com/xamarin/xamarin-android/compare/aea70ca8b12649142bc5dfd0228651c75b56ba50...33a642c7fe78f304fd6aee4a587437f2b088c541
Changes of note:
* `<value/>` has been replaced with `<returns/>`, where appropriate.
* Documentation URLs have been updated to *better* match what the
Android doc link should be.
*Note*: these are not all *correct*; they're often just
"more" correct. See also xamarin/java.interop#931.
No new documentation warnings or suggestions have been introduced:
Total Build Warnings | 1124
Total Build Suggestions | 902 |
Docs Build status updates of commit 6504743:
|
Docs Build status updates of commit f9e3cd9:
|
@davidbritch @jonpryor I will have another update coming shortly after this with a bunch of external reference documentation link fixes, but I think we can merge this one as is. I'm also going to try to regenerate the |
Fixes: dotnet/java-interop#933 Context: dotnet/java-interop#931 Context: dotnet/java-interop#932 Changes: dotnet/java-interop@087684a...d64087c Changes: dotnet/android@aea70ca...05dd813 Changes of note: * Includes a bunch of fixes for method overloads. * Documentation URLs have been updated to *better* match what the Android doc link should be. *Note*: these are still not all *correct*; See dotnet/java-interop#931 and dotnet/java-interop#932. No new documentation warnings or suggestions have been introduced: Total Build Warnings | 1124 Total Build Suggestions | 902
* Update docs using dotnet/java-interop@d64087cf (#29) Fixes: dotnet/java-interop#933 Context: dotnet/java-interop#931 Context: dotnet/java-interop#932 Changes: dotnet/java-interop@087684a...d64087c Changes: dotnet/android@aea70ca...05dd813 Changes of note: * Includes a bunch of fixes for method overloads. * Documentation URLs have been updated to *better* match what the Android doc link should be. *Note*: these are still not all *correct*; See dotnet/java-interop#931 and dotnet/java-interop#932. No new documentation warnings or suggestions have been introduced: Total Build Warnings | 1124 Total Build Suggestions | 902 * Update docs using dotnet/java-interop@d3f0c5c (#30) Fixes: dotnet/java-interop#931 Fixes: dotnet/java-interop#932 Context: dotnet/java-interop@d3f0c5c Fixes reference documentation URLs for type members with complex parameters. * Master becomes main. * Update docs using dotnet/java-interop@7716ae53 (#33) Updates API docs against: * dotnet/android@bb2f920 * dotnet/java-interop@51c3dae Notable generator improvements include: * dotnet/java-interop@4cbc07a * dotnet/java-interop@13def0e * dotnet/java-interop@32635fd * Update docs using dotnet/android@ace5f71c (#34) Imports Google-provided API-31 Javadoc documentation for nested types that were previously being ignored. Notable documentation related generator changes: * dotnet/java-interop@4b4fedd3: [generator] Process Javadoc for nested types * dotnet/java-interop@265ad762: [Java.Interop.Tools.JavaSource] Fix tag parsing errors Changes in xamarin-android and java.interop: * dotnet/android@c6dcefb...ace5f71 * dotnet/java-interop@7716ae5...032f1e7 * [SEO][Rollout Monikered Canonical]Add URL moniker (#37) Enable build config to generate canonical URL with moniker Co-authored-by: Peter Collins <pecolli@microsoft.com> Co-authored-by: David Britch <davidbritch@users.noreply.github.com> Co-authored-by: Tianqi Zhang <TianqiZhang@users.noreply.github.com>
Includes a bunch of fixes for method overloads.
The following reference documentation issues will
be fixed in a subsequent PR:
dotnet/java-interop#931
dotnet/java-interop#932
Changes in java.interop:
dotnet/java-interop@087684a...d64087c
Changes in xamarin-android:
dotnet/android@aea70ca...05dd813