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

Commit 4122cb1

Browse files
committed
Fixup
1 parent aef617f commit 4122cb1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/Mono.Android/en/Android.Views/FocusSearchDirection.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</ReturnValue>
2626
<Docs>
2727
<summary>
28-
<para tool="javadoc-to-mdoc">Use with <c><see cref="M:Android.Views.View.FocusSearch(Android.Views.FocusSearchDirection)" /></c>. Move focus to the previous selectable
28+
<para tool="javadoc-to-mdoc">Use with <c><see cref="F:Android.Views.View.FocusSearch(Android.Views.FocusSearchDirection)" /></c>. Move focus to the previous selectable
2929
item.
3030
</para>
3131
</summary>
@@ -43,7 +43,7 @@
4343
</ReturnValue>
4444
<Docs>
4545
<summary>
46-
<para tool="javadoc-to-mdoc">Use with <c><see cref="M:Android.Views.View.FocusSearch(Android.Views.FocusSearchDirection)" /></c>. Move focus down.
46+
<para tool="javadoc-to-mdoc">Use with <c><see cref="F:Android.Views.View.FocusSearch(Android.Views.FocusSearchDirection)" /></c>. Move focus down.
4747
</para>
4848
</summary>
4949
</Docs>
@@ -60,7 +60,7 @@
6060
</ReturnValue>
6161
<Docs>
6262
<summary>
63-
<para tool="javadoc-to-mdoc">Use with <c><see cref="M:Android.Views.View.FocusSearch(Android.Views.FocusSearchDirection)" /></c>. Move focus to the next selectable
63+
<para tool="javadoc-to-mdoc">Use with <c><see cref="F:Android.Views.View.FocusSearch(Android.Views.FocusSearchDirection)" /></c>. Move focus to the next selectable
6464
item.
6565
</para>
6666
</summary>
@@ -78,7 +78,7 @@
7878
</ReturnValue>
7979
<Docs>
8080
<summary>
81-
<para tool="javadoc-to-mdoc">Use with <c><see cref="M:Android.Views.View.FocusSearch(Android.Views.FocusSearchDirection)" /></c>. Move focus to the left.
81+
<para tool="javadoc-to-mdoc">Use with <c><see cref="F:Android.Views.View.FocusSearch(Android.Views.FocusSearchDirection)" /></c>. Move focus to the left.
8282
</para>
8383
</summary>
8484
</Docs>
@@ -95,7 +95,7 @@
9595
</ReturnValue>
9696
<Docs>
9797
<summary>
98-
<para tool="javadoc-to-mdoc">Use with <c><see cref="M:Android.Views.View.FocusSearch(Android.Views.FocusSearchDirection)" /></c>. Move focus to the right.
98+
<para tool="javadoc-to-mdoc">Use with <c><see cref="F:Android.Views.View.FocusSearch(Android.Views.FocusSearchDirection)" /></c>. Move focus to the right.
9999
</para>
100100
</summary>
101101
</Docs>
@@ -112,7 +112,7 @@
112112
</ReturnValue>
113113
<Docs>
114114
<summary>
115-
<para tool="javadoc-to-mdoc">Use with <c><see cref="M:Android.Views.View.FocusSearch(Android.Views.FocusSearchDirection)" /></c>. Move focus up.
115+
<para tool="javadoc-to-mdoc">Use with <c><see cref="F:Android.Views.View.FocusSearch(Android.Views.FocusSearchDirection)" /></c>. Move focus up.
116116
</para>
117117
</summary>
118118
</Docs>

0 commit comments

Comments
 (0)