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

Commit 52d8515

Browse files
authored
Notable documentation related generator changes: * dotnet/java-interop@e1ee4b1c: [Java.Interop.Tools.JavaSource] Parse `{@param}` tags * dotnet/java-interop@07c95e96: [Java.Interop.Tools.JavaSource] Parse `<code/>` tags Changes in xamarin-android and java.interop: * dotnet/android@ca8f561...2c7d72d * dotnet/java-interop@a0728ed...e1ee4b1
1 parent bc5443d commit 52d8515

File tree

1,024 files changed

+7314
-6925
lines changed

Some content is hidden

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

1,024 files changed

+7314
-6925
lines changed

docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityGestureEvent+InterfaceConsts.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
<Docs>
8181
<summary>Flag for use with <c>#writeToParcel</c>: the object being written
8282
is a return value, that is the result of a function such as
83-
"&lt;code&gt;Parcelable someFunction()&lt;/code&gt;",
84-
"&lt;code&gt;void someFunction(out Parcelable)&lt;/code&gt;", or
85-
"&lt;code&gt;void someFunction(inout Parcelable)&lt;/code&gt;".</summary>
83+
"<c>Parcelable someFunction()</c>",
84+
"<c>void someFunction(out Parcelable)</c>", or
85+
"<c>void someFunction(inout Parcelable)</c>".</summary>
8686
<remarks>
8787
<para>
8888
<format type="text/html">

docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityServiceInfo+InterfaceConsts.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@
8282
<Docs>
8383
<summary>Flag for use with <c>#writeToParcel</c>: the object being written
8484
is a return value, that is the result of a function such as
85-
"&lt;code&gt;Parcelable someFunction()&lt;/code&gt;",
86-
"&lt;code&gt;void someFunction(out Parcelable)&lt;/code&gt;", or
87-
"&lt;code&gt;void someFunction(inout Parcelable)&lt;/code&gt;".</summary>
85+
"<c>Parcelable someFunction()</c>",
86+
"<c>void someFunction(out Parcelable)</c>", or
87+
"<c>void someFunction(inout Parcelable)</c>".</summary>
8888
<remarks>
8989
<para>
9090
<format type="text/html">

docs/Mono.Android/en/Android.Accounts/Account+InterfaceConsts.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@
8282
<Docs>
8383
<summary>Flag for use with <c>#writeToParcel</c>: the object being written
8484
is a return value, that is the result of a function such as
85-
"&lt;code&gt;Parcelable someFunction()&lt;/code&gt;",
86-
"&lt;code&gt;void someFunction(out Parcelable)&lt;/code&gt;", or
87-
"&lt;code&gt;void someFunction(inout Parcelable)&lt;/code&gt;".</summary>
85+
"<c>Parcelable someFunction()</c>",
86+
"<c>void someFunction(out Parcelable)</c>", or
87+
"<c>void someFunction(inout Parcelable)</c>".</summary>
8888
<remarks>
8989
<para>
9090
<format type="text/html">

docs/Mono.Android/en/Android.Accounts/AccountAuthenticatorResponse+InterfaceConsts.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@
8282
<Docs>
8383
<summary>Flag for use with <c>#writeToParcel</c>: the object being written
8484
is a return value, that is the result of a function such as
85-
"&lt;code&gt;Parcelable someFunction()&lt;/code&gt;",
86-
"&lt;code&gt;void someFunction(out Parcelable)&lt;/code&gt;", or
87-
"&lt;code&gt;void someFunction(inout Parcelable)&lt;/code&gt;".</summary>
85+
"<c>Parcelable someFunction()</c>",
86+
"<c>void someFunction(out Parcelable)</c>", or
87+
"<c>void someFunction(inout Parcelable)</c>".</summary>
8888
<remarks>
8989
<para>
9090
<format type="text/html">

docs/Mono.Android/en/Android.Accounts/AuthenticatorDescription+InterfaceConsts.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@
8282
<Docs>
8383
<summary>Flag for use with <c>#writeToParcel</c>: the object being written
8484
is a return value, that is the result of a function such as
85-
"&lt;code&gt;Parcelable someFunction()&lt;/code&gt;",
86-
"&lt;code&gt;void someFunction(out Parcelable)&lt;/code&gt;", or
87-
"&lt;code&gt;void someFunction(inout Parcelable)&lt;/code&gt;".</summary>
85+
"<c>Parcelable someFunction()</c>",
86+
"<c>void someFunction(out Parcelable)</c>", or
87+
"<c>void someFunction(inout Parcelable)</c>".</summary>
8888
<remarks>
8989
<para>
9090
<format type="text/html">

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</Attributes>
3333
<Docs since="11">
3434
<summary>This is the superclass for classes which provide basic support for animations which can be
35-
started, ended, and have &lt;code&gt;AnimatorListeners&lt;/code&gt; added to them.</summary>
35+
started, ended, and have <c>AnimatorListeners</c> added to them.</summary>
3636
<remarks>
3737
<para>
3838
<format type="text/html">
@@ -661,7 +661,7 @@
661661
</ReturnValue>
662662
<Docs>
663663
<summary>Gets the set of <c>android.animation.Animator.AnimatorListener</c> objects that are currently
664-
listening for events on this &lt;code&gt;Animator&lt;/code&gt; object.</summary>
664+
listening for events on this <c>Animator</c> object.</summary>
665665
<value>ArrayList&lt;AnimatorListener&gt; The set of listeners.</value>
666666
<remarks>
667667
<para>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
</Attribute>
1919
</Attributes>
2020
<Docs>
21-
<summary>The &lt;code&gt;Builder&lt;/code&gt; object is a utility class to facilitate adding animations to a
22-
&lt;code&gt;AnimatorSet&lt;/code&gt; along with the relationships between the various animations.</summary>
21+
<summary>The <c>Builder</c> object is a utility class to facilitate adding animations to a
22+
<c>AnimatorSet</c> along with the relationships between the various animations.</summary>
2323
<remarks>
2424
<para>
2525
<format type="text/html">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<Docs>
115115
<param name="value">The Object to convert.</param>
116116
<summary>Does a conversion from the target type back to the source type.</summary>
117-
<returns>A value of type T, converted from &lt;code&gt;value&lt;/code&gt;.</returns>
117+
<returns>A value of type T, converted from <c>value</c>.</returns>
118118
<remarks>
119119
<para>
120120
<format type="text/html">

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</Attribute>
3232
</Attributes>
3333
<Docs since="21">
34-
<summary>This evaluator can be used to perform type interpolation between &lt;code&gt;float[]&lt;/code&gt; values.</summary>
34+
<summary>This evaluator can be used to perform type interpolation between <c>float[]</c> values.</summary>
3535
<remarks>
3636
<para>
3737
<format type="text/html">
@@ -99,8 +99,8 @@
9999
<Parameter Name="reuseArray" Type="System.Single[]" />
100100
</Parameters>
101101
<Docs>
102-
<param name="reuseArray">The array to modify and return from &lt;code&gt;evaluate&lt;/code&gt;.</param>
103-
<summary>Create a FloatArrayEvaluator that reuses &lt;code&gt;reuseArray&lt;/code&gt; for every evaluate() call.</summary>
102+
<param name="reuseArray">The array to modify and return from <c>evaluate</c>.</param>
103+
<summary>Create a FloatArrayEvaluator that reuses <c>reuseArray</c> for every evaluate() call.</summary>
104104
<remarks>
105105
<para>
106106
<format type="text/html">
@@ -199,7 +199,7 @@
199199
<param name="startValue">The start value.</param>
200200
<param name="endValue">The end value.</param>
201201
<summary>Interpolates the value at each index by the fraction.</summary>
202-
<returns>A &lt;code&gt;float[]&lt;/code&gt; where each element is an interpolation between
202+
<returns>A <c>float[]</c> where each element is an interpolation between
203203
the same index in startValue and endValue.</returns>
204204
<remarks>
205205
<para>

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</Attribute>
3232
</Attributes>
3333
<Docs since="11">
34-
<summary>This evaluator can be used to perform type interpolation between &lt;code&gt;float&lt;/code&gt; values.</summary>
34+
<summary>This evaluator can be used to perform type interpolation between <c>float</c> values.</summary>
3535
<remarks>
3636
<para>
3737
<format type="text/html">
@@ -121,13 +121,13 @@
121121
</Parameters>
122122
<Docs>
123123
<param name="fraction">The fraction from the starting to the ending values</param>
124-
<param name="startValue">The start value; should be of type &lt;code&gt;float&lt;/code&gt; or
125-
&lt;code&gt;Float&lt;/code&gt;</param>
126-
<param name="endValue">The end value; should be of type &lt;code&gt;float&lt;/code&gt; or &lt;code&gt;Float&lt;/code&gt;</param>
124+
<param name="startValue">The start value; should be of type <c>float</c> or
125+
<c>Float</c></param>
126+
<param name="endValue">The end value; should be of type <c>float</c> or <c>Float</c></param>
127127
<summary>This function returns the result of linearly interpolating the start and end values, with
128-
&lt;code&gt;fraction&lt;/code&gt; representing the proportion between the start and end values.</summary>
128+
<c>fraction</c> representing the proportion between the start and end values.</summary>
129129
<returns>A linear interpolation between the start and end values, given the
130-
&lt;code&gt;fraction&lt;/code&gt; parameter.</returns>
130+
<c>fraction</c> parameter.</returns>
131131
<remarks>
132132
<para>
133133
<format type="text/html">

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@
7070
<param name="startValue">The start value.</param>
7171
<param name="endValue">The end value.</param>
7272
<summary>This function returns the result of linearly interpolating the start and end values, with
73-
&lt;code&gt;fraction&lt;/code&gt; representing the proportion between the start and end values.</summary>
73+
<c>fraction</c> representing the proportion between the start and end values.</summary>
7474
<returns>A linear interpolation between the start and end values, given the
75-
&lt;code&gt;fraction&lt;/code&gt; parameter.</returns>
75+
<c>fraction</c> parameter.</returns>
7676
<remarks>
7777
<para>
7878
<format type="text/html">

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</Attribute>
3232
</Attributes>
3333
<Docs since="21">
34-
<summary>This evaluator can be used to perform type interpolation between &lt;code&gt;int[]&lt;/code&gt; values.</summary>
34+
<summary>This evaluator can be used to perform type interpolation between <c>int[]</c> values.</summary>
3535
<remarks>
3636
<para>
3737
<format type="text/html">
@@ -99,8 +99,8 @@
9999
<Parameter Name="reuseArray" Type="System.Int32[]" />
100100
</Parameters>
101101
<Docs>
102-
<param name="reuseArray">The array to modify and return from &lt;code&gt;evaluate&lt;/code&gt;.</param>
103-
<summary>Create an IntArrayEvaluator that reuses &lt;code&gt;reuseArray&lt;/code&gt; for every evaluate() call.</summary>
102+
<param name="reuseArray">The array to modify and return from <c>evaluate</c>.</param>
103+
<summary>Create an IntArrayEvaluator that reuses <c>reuseArray</c> for every evaluate() call.</summary>
104104
<remarks>
105105
<para>
106106
<format type="text/html">
@@ -199,7 +199,7 @@
199199
<param name="startValue">The start value.</param>
200200
<param name="endValue">The end value.</param>
201201
<summary>Interpolates the value at each index by the fraction.</summary>
202-
<returns>An &lt;code&gt;int[]&lt;/code&gt; where each element is an interpolation between
202+
<returns>An <c>int[]</c> where each element is an interpolation between
203203
the same index in startValue and endValue.</returns>
204204
<remarks>
205205
<para>

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</Attribute>
3232
</Attributes>
3333
<Docs since="11">
34-
<summary>This evaluator can be used to perform type interpolation between &lt;code&gt;int&lt;/code&gt; values.</summary>
34+
<summary>This evaluator can be used to perform type interpolation between <c>int</c> values.</summary>
3535
<remarks>
3636
<para>
3737
<format type="text/html">
@@ -121,13 +121,13 @@
121121
</Parameters>
122122
<Docs>
123123
<param name="fraction">The fraction from the starting to the ending values</param>
124-
<param name="startValue">The start value; should be of type &lt;code&gt;int&lt;/code&gt; or
125-
&lt;code&gt;Integer&lt;/code&gt;</param>
126-
<param name="endValue">The end value; should be of type &lt;code&gt;int&lt;/code&gt; or &lt;code&gt;Integer&lt;/code&gt;</param>
124+
<param name="startValue">The start value; should be of type <c>int</c> or
125+
<c>Integer</c></param>
126+
<param name="endValue">The end value; should be of type <c>int</c> or <c>Integer</c></param>
127127
<summary>This function returns the result of linearly interpolating the start and end values, with
128-
&lt;code&gt;fraction&lt;/code&gt; representing the proportion between the start and end values.</summary>
128+
<c>fraction</c> representing the proportion between the start and end values.</summary>
129129
<returns>A linear interpolation between the start and end values, given the
130-
&lt;code&gt;fraction&lt;/code&gt; parameter.</returns>
130+
<c>fraction</c> parameter.</returns>
131131
<remarks>
132132
<para>
133133
<format type="text/html">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@
11651165
<param name="transitionType">One of <c>#CHANGE_APPEARING</c>, <c>#CHANGE_DISAPPEARING</c>,
11661166
<c>#CHANGING</c>, <c>#APPEARING</c>, or <c>#DISAPPEARING</c>, which determines the
11671167
animation whose animator is being set.</param>
1168-
<param name="animator">The animation being assigned. A value of &lt;code&gt;null&lt;/code&gt; means that no
1168+
<param name="animator">The animation being assigned. A value of <c>null</c> means that no
11691169
animation will be run for the specified transitionType.</param>
11701170
<summary>Sets the animation used during one of the transition types that may run.</summary>
11711171
<remarks>

0 commit comments

Comments
 (0)