Skip to content

Commit b29ddf0

Browse files
committed
Fixup of OPS warnings
1 parent 5f042e4 commit b29ddf0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/Xamarin.Forms/Shell.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<ReturnType>Xamarin.Forms.ShellItem</ReturnType>
103103
</ReturnValue>
104104
<Docs>
105-
<summary>The currently selected <see cref="T:Xamarin.Forms.ShellItem" />, <see cref="T:Xamarin.Forms.TabBar" /> or <see cref="T:Xamarin.Forms.FlyoutItem" />.</summary>
105+
<summary>The currently selected <see cref="T:Xamarin.Forms.ShellItem" /> or <see cref="T:Xamarin.Forms.FlyoutItem" />.</summary>
106106
<value>To be added.</value>
107107
<remarks>To be added.</remarks>
108108
</Docs>

docs/ns-Xamarin.Forms.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public partial class AppDelegate : global::Xamarin.Forms.Platform.iOS.FormsAppli
8383
<format type="text/html">
8484
<h3>UWP Code</h3>
8585
</format>
86-
<para>The entry point for a Xamarin.Forms app on UWP is just the constructor for a <see cref="T:Windows.UI.Xaml.Application" /> in <c>App.xaml.cs</c> in the UWP platform project. However, the application lifecycle on UWP is such that the call to <c>Forms.Init</c> must take place inside the <c>OnLaunched</c> method, and is guarded against being run more than once. The necessary code is beyond the scope of this documentation, but the curious developer is encouraged to create a test Xamarin.Forms solution and study the code in the <c>App.xaml.cs</c> file for more details</para>
86+
<para>The entry point for a Xamarin.Forms app on UWP is just the constructor for a <c>Windows.UI.Xaml.Application</c> in <c>App.xaml.cs</c> in the UWP platform project. However, the application lifecycle on UWP is such that the call to <c>Forms.Init</c> must take place inside the <c>OnLaunched</c> method, and is guarded against being run more than once. The necessary code is beyond the scope of this documentation, but the curious developer is encouraged to create a test Xamarin.Forms solution and study the code in the <c>App.xaml.cs</c> file for more details</para>
8787
<format type="text/html">
8888
<h2>Elements in Xamarin.Forms</h2>
8989
</format>

0 commit comments

Comments
 (0)