Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.

Commit b1743ec

Browse files
authored
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.
1 parent a7e9149 commit b1743ec

File tree

366 files changed

+1414
-1414
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

366 files changed

+1414
-1414
lines changed

docs/Mono.Android/en/Android.Accounts/AccountManager.xml

Lines changed: 20 additions & 20 deletions
Large diffs are not rendered by default.

docs/Mono.Android/en/Android.Animation/AnimatorSet.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@
366366
<remarks>
367367
<para>
368368
<format type="text/html">
369-
<a href="https://developer.android.com/reference/android/animation/AnimatorSet#playSequentially(java.util.List)" title="Reference documentation">Java documentation for <code>android.animation.AnimatorSet.playSequentially(java.util.List)</code>.</a>
369+
<a href="https://developer.android.com/reference/android/animation/AnimatorSet#playSequentially(java.util.List%3Candroid.animation.Animator%3E)" title="Reference documentation">Java documentation for <code>android.animation.AnimatorSet.playSequentially(java.util.List&lt;android.animation.Animator&gt;)</code>.</a>
370370
</format>
371371
</para>
372372
<para>
@@ -451,7 +451,7 @@
451451
<remarks>
452452
<para>
453453
<format type="text/html">
454-
<a href="https://developer.android.com/reference/android/animation/AnimatorSet#playTogether(java.util.Collection)" title="Reference documentation">Java documentation for <code>android.animation.AnimatorSet.playTogether(java.util.Collection)</code>.</a>
454+
<a href="https://developer.android.com/reference/android/animation/AnimatorSet#playTogether(java.util.Collection%3Candroid.animation.Animator%3E)" title="Reference documentation">Java documentation for <code>android.animation.AnimatorSet.playTogether(java.util.Collection&lt;android.animation.Animator&gt;)</code>.</a>
455455
</format>
456456
</para>
457457
<para>

docs/Mono.Android/en/Android.Animation/BidirectionalTypeConverter.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<remarks>
119119
<para>
120120
<format type="text/html">
121-
<a href="https://developer.android.com/reference/android/animation/BidirectionalTypeConverter#convertBack(java.lang.Object)" title="Reference documentation">Java documentation for <code>android.animation.BidirectionalTypeConverter.convertBack(java.lang.Object)</code>.</a>
121+
<a href="https://developer.android.com/reference/android/animation/BidirectionalTypeConverter#convertBack(V)" title="Reference documentation">Java documentation for <code>android.animation.BidirectionalTypeConverter.convertBack(V)</code>.</a>
122122
</format>
123123
</para>
124124
<para>

docs/Mono.Android/en/Android.Animation/ITypeEvaluator.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<remarks>
7777
<para>
7878
<format type="text/html">
79-
<a href="https://developer.android.com/reference/android/animation/TypeEvaluator#evaluate(float,%20java.lang.Object,%20java.lang.Object)" title="Reference documentation">Java documentation for <code>android.animation.TypeEvaluator.evaluate(float, java.lang.Object, java.lang.Object)</code>.</a>
79+
<a href="https://developer.android.com/reference/android/animation/TypeEvaluator#evaluate(float,%20T,%20T)" title="Reference documentation">Java documentation for <code>android.animation.TypeEvaluator.evaluate(float, T, T)</code>.</a>
8080
</format>
8181
</para>
8282
<para>

docs/Mono.Android/en/Android.Animation/ObjectAnimator.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
<remarks>
139139
<para>
140140
<format type="text/html">
141-
<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>
141+
<a href="https://developer.android.com/reference/android/animation/ObjectAnimator#ofArgb(T,%20android.util.Property%3CT,%20java.lang.Integer%3E,%20int...)" title="Reference documentation">Java documentation for <code>android.animation.ObjectAnimator.ofArgb(T, android.util.Property&lt;T, java.lang.Integer&gt;, int...)</code>.</a>
142142
</format>
143143
</para>
144144
<para>
@@ -191,7 +191,7 @@
191191
<remarks>
192192
<para>
193193
<format type="text/html">
194-
<a href="https://developer.android.com/reference/android/animation/ObjectAnimator#ofArgb(java.lang.Object,%20java.lang.String,%20int[])" title="Reference documentation">Java documentation for <code>android.animation.ObjectAnimator.ofArgb(java.lang.Object, java.lang.String, int[])</code>.</a>
194+
<a href="https://developer.android.com/reference/android/animation/ObjectAnimator#ofArgb(java.lang.Object,%20java.lang.String,%20int...)" title="Reference documentation">Java documentation for <code>android.animation.ObjectAnimator.ofArgb(java.lang.Object, java.lang.String, int...)</code>.</a>
195195
</format>
196196
</para>
197197
<para>
@@ -246,7 +246,7 @@
246246
<remarks>
247247
<para>
248248
<format type="text/html">
249-
<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>
249+
<a href="https://developer.android.com/reference/android/animation/ObjectAnimator#ofFloat(T,%20android.util.Property%3CT,%20java.lang.Float%3E,%20float...)" title="Reference documentation">Java documentation for <code>android.animation.ObjectAnimator.ofFloat(T, android.util.Property&lt;T, java.lang.Float&gt;, float...)</code>.</a>
250250
</format>
251251
</para>
252252
<para>
@@ -300,7 +300,7 @@
300300
<remarks>
301301
<para>
302302
<format type="text/html">
303-
<a href="https://developer.android.com/reference/android/animation/ObjectAnimator#ofFloat(java.lang.Object,%20java.lang.String,%20float[])" title="Reference documentation">Java documentation for <code>android.animation.ObjectAnimator.ofFloat(java.lang.Object, java.lang.String, float[])</code>.</a>
303+
<a href="https://developer.android.com/reference/android/animation/ObjectAnimator#ofFloat(java.lang.Object,%20java.lang.String,%20float...)" title="Reference documentation">Java documentation for <code>android.animation.ObjectAnimator.ofFloat(java.lang.Object, java.lang.String, float...)</code>.</a>
304304
</format>
305305
</para>
306306
<para>
@@ -351,7 +351,7 @@
351351
<remarks>
352352
<para>
353353
<format type="text/html">
354-
<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>
354+
<a href="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)" title="Reference documentation">Java documentation for <code>android.animation.ObjectAnimator.ofFloat(T, android.util.Property&lt;T, java.lang.Float&gt;, android.util.Property&lt;T, java.lang.Float&gt;, android.graphics.Path)</code>.</a>
355355
</format>
356356
</para>
357357
<para>
@@ -457,7 +457,7 @@
457457
<remarks>
458458
<para>
459459
<format type="text/html">
460-
<a href="https://developer.android.com/reference/android/animation/ObjectAnimator#ofInt(java.lang.Object,%20android.util.Property,%20int[])" title="Reference documentation">Java documentation for <code>android.animation.ObjectAnimator.ofInt(java.lang.Object, android.util.Property, int[])</code>.</a>
460+
<a href="https://developer.android.com/reference/android/animation/ObjectAnimator#ofInt(T,%20android.util.Property%3CT,%20java.lang.Integer%3E,%20int...)" title="Reference documentation">Java documentation for <code>android.animation.ObjectAnimator.ofInt(T, android.util.Property&lt;T, java.lang.Integer&gt;, int...)</code>.</a>
461461
</format>
462462
</para>
463463
<para>
@@ -510,7 +510,7 @@
510510
<remarks>
511511
<para>
512512
<format type="text/html">
513-
<a href="https://developer.android.com/reference/android/animation/ObjectAnimator#ofInt(java.lang.Object,%20java.lang.String,%20int[])" title="Reference documentation">Java documentation for <code>android.animation.ObjectAnimator.ofInt(java.lang.Object, java.lang.String, int[])</code>.</a>
513+
<a href="https://developer.android.com/reference/android/animation/ObjectAnimator#ofInt(java.lang.Object,%20java.lang.String,%20int...)" title="Reference documentation">Java documentation for <code>android.animation.ObjectAnimator.ofInt(java.lang.Object, java.lang.String, int...)</code>.</a>
514514
</format>
515515
</para>
516516
<para>
@@ -561,7 +561,7 @@
561561
<remarks>
562562
<para>
563563
<format type="text/html">
564-
<a href="https://developer.android.com/reference/android/animation/ObjectAnimator#ofInt(java.lang.Object,%20android.util.Property,%20android.util.Property,%20android.graphics.Path)" title="Reference documentation">Java documentation for <code>android.animation.ObjectAnimator.ofInt(java.lang.Object, android.util.Property, android.util.Property, android.graphics.Path)</code>.</a>
564+
<a href="https://developer.android.com/reference/android/animation/ObjectAnimator#ofInt(T,%20android.util.Property%3CT,%20java.lang.Integer%3E,%20android.util.Property%3CT,%20java.lang.Integer%3E,%20android.graphics.Path)" title="Reference documentation">Java documentation for <code>android.animation.ObjectAnimator.ofInt(T, android.util.Property&lt;T, java.lang.Integer&gt;, android.util.Property&lt;T, java.lang.Integer&gt;, android.graphics.Path)</code>.</a>
565565
</format>
566566
</para>
567567
<para>
@@ -773,7 +773,7 @@
773773
<remarks>
774774
<para>
775775
<format type="text/html">
776-
<a href="https://developer.android.com/reference/android/animation/ObjectAnimator#ofMultiFloat(java.lang.Object,%20java.lang.String,%20android.animation.TypeConverter,%20android.animation.TypeEvaluator,%20java.lang.Object[])" title="Reference documentation">Java documentation for <code>android.animation.ObjectAnimator.ofMultiFloat(java.lang.Object, java.lang.String, android.animation.TypeConverter, android.animation.TypeEvaluator, java.lang.Object[])</code>.</a>
776+
<a href="https://developer.android.com/reference/android/animation/ObjectAnimator#ofMultiFloat(java.lang.Object,%20java.lang.String,%20android.animation.TypeConverter%3CT,%20float[]%3E,%20android.animation.TypeEvaluator%3CT%3E,%20T...)" title="Reference documentation">Java documentation for <code>android.animation.ObjectAnimator.ofMultiFloat(java.lang.Object, java.lang.String, android.animation.TypeConverter&lt;T, float[]&gt;, android.animation.TypeEvaluator&lt;T&gt;, T...)</code>.</a>
777777
</format>
778778
</para>
779779
<para>
@@ -934,7 +934,7 @@
934934
<remarks>
935935
<para>
936936
<format type="text/html">
937-
<a href="https://developer.android.com/reference/android/animation/ObjectAnimator#ofMultiInt(java.lang.Object,%20java.lang.String,%20android.animation.TypeConverter,%20android.animation.TypeEvaluator,%20java.lang.Object[])" title="Reference documentation">Java documentation for <code>android.animation.ObjectAnimator.ofMultiInt(java.lang.Object, java.lang.String, android.animation.TypeConverter, android.animation.TypeEvaluator, java.lang.Object[])</code>.</a>
937+
<a href="https://developer.android.com/reference/android/animation/ObjectAnimator#ofMultiInt(java.lang.Object,%20java.lang.String,%20android.animation.TypeConverter%3CT,%20int[]%3E,%20android.animation.TypeEvaluator%3CT%3E,%20T...)" title="Reference documentation">Java documentation for <code>android.animation.ObjectAnimator.ofMultiInt(java.lang.Object, java.lang.String, android.animation.TypeConverter&lt;T, int[]&gt;, android.animation.TypeEvaluator&lt;T&gt;, T...)</code>.</a>
938938
</format>
939939
</para>
940940
<para>
@@ -993,7 +993,7 @@
993993
<remarks>
994994
<para>
995995
<format type="text/html">
996-
<a href="https://developer.android.com/reference/android/animation/ObjectAnimator#ofObject(java.lang.Object,%20android.util.Property,%20android.animation.TypeEvaluator,%20java.lang.Object[])" title="Reference documentation">Java documentation for <code>android.animation.ObjectAnimator.ofObject(java.lang.Object, android.util.Property, android.animation.TypeEvaluator, java.lang.Object[])</code>.</a>
996+
<a href="https://developer.android.com/reference/android/animation/ObjectAnimator#ofObject(T,%20android.util.Property%3CT,%20V%3E,%20android.animation.TypeEvaluator%3CV%3E,%20V...)" title="Reference documentation">Java documentation for <code>android.animation.ObjectAnimator.ofObject(T, android.util.Property&lt;T, V&gt;, android.animation.TypeEvaluator&lt;V&gt;, V...)</code>.</a>
997997
</format>
998998
</para>
999999
<para>
@@ -1044,7 +1044,7 @@
10441044
<remarks>
10451045
<para>
10461046
<format type="text/html">
1047-
<a href="https://developer.android.com/reference/android/animation/ObjectAnimator#ofObject(java.lang.Object,%20android.util.Property,%20android.animation.TypeConverter,%20android.graphics.Path)" title="Reference documentation">Java documentation for <code>android.animation.ObjectAnimator.ofObject(java.lang.Object, android.util.Property, android.animation.TypeConverter, android.graphics.Path)</code>.</a>
1047+
<a href="https://developer.android.com/reference/android/animation/ObjectAnimator#ofObject(T,%20android.util.Property%3CT,%20V%3E,%20android.animation.TypeConverter%3Candroid.graphics.PointF,%20V%3E,%20android.graphics.Path)" title="Reference documentation">Java documentation for <code>android.animation.ObjectAnimator.ofObject(T, android.util.Property&lt;T, V&gt;, android.animation.TypeConverter&lt;android.graphics.PointF, V&gt;, android.graphics.Path)</code>.</a>
10481048
</format>
10491049
</para>
10501050
<para>
@@ -1148,7 +1148,7 @@
11481148
<remarks>
11491149
<para>
11501150
<format type="text/html">
1151-
<a href="https://developer.android.com/reference/android/animation/ObjectAnimator#ofObject(java.lang.Object,%20java.lang.String,%20android.animation.TypeConverter,%20android.graphics.Path)" title="Reference documentation">Java documentation for <code>android.animation.ObjectAnimator.ofObject(java.lang.Object, java.lang.String, android.animation.TypeConverter, android.graphics.Path)</code>.</a>
1151+
<a href="https://developer.android.com/reference/android/animation/ObjectAnimator#ofObject(java.lang.Object,%20java.lang.String,%20android.animation.TypeConverter%3Candroid.graphics.PointF,%20?%3E,%20android.graphics.Path)" title="Reference documentation">Java documentation for <code>android.animation.ObjectAnimator.ofObject(java.lang.Object, java.lang.String, android.animation.TypeConverter&lt;android.graphics.PointF, ?&gt;, android.graphics.Path)</code>.</a>
11521152
</format>
11531153
</para>
11541154
<para>
@@ -1209,7 +1209,7 @@
12091209
<remarks>
12101210
<para>
12111211
<format type="text/html">
1212-
<a href="https://developer.android.com/reference/android/animation/ObjectAnimator#ofObject(java.lang.Object,%20android.util.Property,%20android.animation.TypeConverter,%20android.animation.TypeEvaluator,%20java.lang.Object[])" title="Reference documentation">Java documentation for <code>android.animation.ObjectAnimator.ofObject(java.lang.Object, android.util.Property, android.animation.TypeConverter, android.animation.TypeEvaluator, java.lang.Object[])</code>.</a>
1212+
<a href="https://developer.android.com/reference/android/animation/ObjectAnimator#ofObject(T,%20android.util.Property%3CT,%20P%3E,%20android.animation.TypeConverter%3CV,%20P%3E,%20android.animation.TypeEvaluator%3CV%3E,%20V...)" title="Reference documentation">Java documentation for <code>android.animation.ObjectAnimator.ofObject(T, android.util.Property&lt;T, P&gt;, android.animation.TypeConverter&lt;V, P&gt;, android.animation.TypeEvaluator&lt;V&gt;, V...)</code>.</a>
12131213
</format>
12141214
</para>
12151215
<para>

0 commit comments

Comments
 (0)