Skip to content

Commit

Permalink
Force git to checkout docs using unix line endings (xamarin#766)
Browse files Browse the repository at this point in the history
* Checkout docs using unix line endings

* Only exit script when running update-docs-windows.bat

* Add docs that build system did not detect were missing
  • Loading branch information
kingces95 authored and StephaneDelcroix committed Feb 15, 2017
1 parent 8ec0ccc commit df913c3
Show file tree
Hide file tree
Showing 32 changed files with 504 additions and 274 deletions.
5 changes: 4 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.jpeg binary
*.jpeg binary

# Always checkout docs using unix line endings because mdoc uses unix line endings even on windows
/docs/**/*.xml text eol=lf
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
Expand Down
5 changes: 5 additions & 0 deletions docs/Xamarin.Forms.Core/Xamarin.Forms.Internals/NameScope.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,11 @@
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,46 @@
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetShouldPreserveKeyboardOnResume">
<MemberSignature Language="C#" Value="public static bool GetShouldPreserveKeyboardOnResume (Xamarin.Forms.BindableObject element);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig bool GetShouldPreserveKeyboardOnResume(class Xamarin.Forms.BindableObject element) cil managed" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="element" Type="Xamarin.Forms.BindableObject" />
</Parameters>
<Docs>
<param name="element">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetShouldPreserveKeyboardOnResume">
<MemberSignature Language="C#" Value="public static bool GetShouldPreserveKeyboardOnResume (this Xamarin.Forms.IPlatformElementConfiguration&lt;Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.Application&gt; config);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig bool GetShouldPreserveKeyboardOnResume(class Xamarin.Forms.IPlatformElementConfiguration`2&lt;class Xamarin.Forms.PlatformConfiguration.Android, class Xamarin.Forms.Application&gt; config) cil managed" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="config" Type="Xamarin.Forms.IPlatformElementConfiguration&lt;Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.Application&gt;" RefType="this" />
</Parameters>
<Docs>
<param name="config">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SendAppearingEventOnResume">
<MemberSignature Language="C#" Value="public static Xamarin.Forms.IPlatformElementConfiguration&lt;Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.Application&gt; SendAppearingEventOnResume (this Xamarin.Forms.IPlatformElementConfiguration&lt;Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.Application&gt; config, bool value);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Xamarin.Forms.IPlatformElementConfiguration`2&lt;class Xamarin.Forms.PlatformConfiguration.Android, class Xamarin.Forms.Application&gt; SendAppearingEventOnResume(class Xamarin.Forms.IPlatformElementConfiguration`2&lt;class Xamarin.Forms.PlatformConfiguration.Android, class Xamarin.Forms.Application&gt; config, bool value) cil managed" />
Expand Down Expand Up @@ -210,43 +250,24 @@
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetShouldPreserveKeyboardOnResume">
<MemberSignature Language="C#" Value="public static bool GetShouldPreserveKeyboardOnResume (Xamarin.Forms.BindableObject element);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig bool GetShouldPreserveKeyboardOnResume(class Xamarin.Forms.BindableObject element) cil managed" />
<Member MemberName="SetShouldPreserveKeyboardOnResume">
<MemberSignature Language="C#" Value="public static void SetShouldPreserveKeyboardOnResume (Xamarin.Forms.BindableObject element, bool value);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig void SetShouldPreserveKeyboardOnResume(class Xamarin.Forms.BindableObject element, bool value) cil managed" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="element" Type="Xamarin.Forms.BindableObject" />
<Parameter Name="value" Type="System.Boolean" />
</Parameters>
<Docs>
<param name="element">To be added.</param>
<param name="value">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetShouldPreserveKeyboardOnResume">
<MemberSignature Language="C#" Value="public static bool GetShouldPreserveKeyboardOnResume (this Xamarin.Forms.IPlatformElementConfiguration&lt;Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.Application&gt; config);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig bool GetShouldPreserveKeyboardOnResume(class Xamarin.Forms.IPlatformElementConfiguration`2&lt;class Xamarin.Forms.PlatformConfiguration.Android, class Xamarin.Forms.Application&gt; config) cil managed" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="config" Type="Xamarin.Forms.IPlatformElementConfiguration&lt;Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.Application&gt;" RefType="this" />
</Parameters>
<Docs>
<param name="config">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -287,26 +308,5 @@
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SetShouldPreserveKeyboardOnResume">
<MemberSignature Language="C#" Value="public static void SetShouldPreserveKeyboardOnResume (Xamarin.Forms.BindableObject element, bool value);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig void SetShouldPreserveKeyboardOnResume(class Xamarin.Forms.BindableObject element, bool value) cil managed" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="element" Type="Xamarin.Forms.BindableObject" />
<Parameter Name="value" Type="System.Boolean" />
</Parameters>
<Docs>
<param name="element">To be added.</param>
<param name="value">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<Parameter Name="element" Type="Xamarin.Forms.BindableObject" />
</Parameters>
<Docs>
<param name="element">The platform specific element on which to perform the operation.</param>
<param name="element">The platform specific element on which to perform the operation.</param>
<summary>Returns a value that tells whether the soft input mode of the provided <paramref name="element" /> pans or resizes its content to allow the display of the on-screen input UI.</summary>
<returns>A value that tells whether the soft input mode of the provided <paramref name="element" /> pans or resizes its content to allow the display of the on-screen input UI.</returns>
<remarks>To be added.</remarks>
Expand All @@ -48,7 +48,7 @@
<Parameter Name="config" Type="Xamarin.Forms.IPlatformElementConfiguration&lt;Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.Application&gt;" RefType="this" />
</Parameters>
<Docs>
<param name="config">The platform specific configuration that contains the element on which to perform the operation.</param>
<param name="config">The platform specific configuration that contains the element on which to perform the operation.</param>
<summary>Returns a value that tells whether the soft input mode of the provided platform configuration pans or resizes its content to allow the display of the on-screen input UI.</summary>
<returns>A value that tells whether the soft input mode of the provided platform configuration pans or resizes its content to allow the display of the on-screen input UI.</returns>
<remarks>To be added.</remarks>
Expand All @@ -69,7 +69,7 @@
<Parameter Name="value" Type="Xamarin.Forms.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust" />
</Parameters>
<Docs>
<param name="element">The platform specific element on which to perform the operation.</param>
<param name="element">The platform specific element on which to perform the operation.</param>
<param name="value">The new property value to assign.</param>
<summary>Sets a value that controls whether the soft input mode of the provided <paramref name="element" /> pans or resizes its content to allow the display of the on-screen input UI.</summary>
<remarks>To be added.</remarks>
Expand All @@ -90,7 +90,7 @@
<Parameter Name="value" Type="Xamarin.Forms.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust" />
</Parameters>
<Docs>
<param name="config">The platform specific configuration that contains the element on which to perform the operation.</param>
<param name="config">The platform specific configuration that contains the element on which to perform the operation.</param>
<param name="value">The new property value to assign.</param>
<summary>Sets a value that controls whether the soft input mode of the provided platform configuration pans or resizes its content to allow the display of the on-screen input UI.</summary>
<returns>A value that controls whether the soft input mode of the provided platform configuration pans or resizes its content to allow the display of the on-screen input UI.</returns>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<Parameter Name="config" Type="Xamarin.Forms.IPlatformElementConfiguration&lt;Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.TabbedPage&gt;" RefType="this" />
</Parameters>
<Docs>
<param name="config">The platform specific configuration that contains the element on which to perform the operation.</param>
<param name="config">The platform specific configuration that contains the element on which to perform the operation.</param>
<summary>Disables swiped paging.</summary>
<returns>The updated element on the Android platform.</returns>
<remarks>To be added.</remarks>
Expand All @@ -48,7 +48,7 @@
<Parameter Name="config" Type="Xamarin.Forms.IPlatformElementConfiguration&lt;Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.TabbedPage&gt;" RefType="this" />
</Parameters>
<Docs>
<param name="config">The platform specific configuration that contains the element on which to perform the operation.</param>
<param name="config">The platform specific configuration that contains the element on which to perform the operation.</param>
<summary>Enables swiped paging.</summary>
<returns>The updated element on the Android platform.</returns>
<remarks>To be added.</remarks>
Expand All @@ -68,7 +68,7 @@
<Parameter Name="element" Type="Xamarin.Forms.BindableObject" />
</Parameters>
<Docs>
<param name="element">The platform specific element on which to perform the operation.</param>
<param name="element">The platform specific element on which to perform the operation.</param>
<summary>Returns a Boolean value that tells whether swiped paging is enabled.</summary>
<returns>A Boolean value that tells whether swipe paging is enabled.</returns>
<remarks>To be added.</remarks>
Expand All @@ -88,7 +88,7 @@
<Parameter Name="element" Type="Xamarin.Forms.BindableObject" />
</Parameters>
<Docs>
<param name="element">The platform specific element on which to perform the operation.</param>
<param name="element">The platform specific element on which to perform the operation.</param>
<summary>Returns the number of offscreen pages are cached in memory.</summary>
<returns>The number of offscreen pages are cached in memory.</returns>
<remarks>To be added.</remarks>
Expand All @@ -108,9 +108,10 @@
<Parameter Name="config" Type="Xamarin.Forms.IPlatformElementConfiguration&lt;Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.TabbedPage&gt;" RefType="this" />
</Parameters>
<Docs>
<param name="config">The platform specific configuration that contains the element on which to perform the operation.</param>
<param name="config">The platform specific configuration that contains the element on which to perform the operation.</param>
<summary>Gets a Boolean value that controls whether swipe paging is enabled.</summary>
<returns><see langword="true" /> if swiped paging is enabled. Otherwise, <see langword="false" />.</returns>
<returns>
<see langword="true" /> if swiped paging is enabled. Otherwise, <see langword="false" />.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -143,7 +144,7 @@
<Parameter Name="config" Type="Xamarin.Forms.IPlatformElementConfiguration&lt;Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.TabbedPage&gt;" RefType="this" />
</Parameters>
<Docs>
<param name="config">The platform specific configuration that contains the element on which to perform the operation.</param>
<param name="config">The platform specific configuration that contains the element on which to perform the operation.</param>
<summary>Returns the number of offscreen pages are cached in memory.</summary>
<returns>The number of offscreen pages are cached in memory.</returns>
<remarks>To be added.</remarks>
Expand Down Expand Up @@ -179,7 +180,7 @@
<Parameter Name="value" Type="System.Boolean" />
</Parameters>
<Docs>
<param name="element">The platform specific element on which to perform the operation.</param>
<param name="element">The platform specific element on which to perform the operation.</param>
<param name="value">The new property value to assign.</param>
<summary>Sets a value that controls whether page swiping is enabled to the provided <paramref name="value" />.</summary>
<remarks>To be added.</remarks>
Expand All @@ -200,7 +201,7 @@
<Parameter Name="value" Type="System.Boolean" />
</Parameters>
<Docs>
<param name="config">The platform specific configuration that contains the element on which to perform the operation.</param>
<param name="config">The platform specific configuration that contains the element on which to perform the operation.</param>
<param name="value">The new property value to assign.</param>
<summary>Sets a value that controls whether page swiping is enabled to the provided <paramref name="value" />.</summary>
<returns>The configuration that was updated.</returns>
Expand All @@ -222,7 +223,7 @@
<Parameter Name="value" Type="System.Int32" />
</Parameters>
<Docs>
<param name="element">The platform specific element on which to perform the operation.</param>
<param name="element">The platform specific element on which to perform the operation.</param>
<param name="value">The new property value to assign.</param>
<summary>Sets the number of off-screen pages that are stored in memory to the provided <paramref name="value" />.</summary>
<remarks>To be added.</remarks>
Expand All @@ -243,7 +244,7 @@
<Parameter Name="value" Type="System.Int32" />
</Parameters>
<Docs>
<param name="config">The platform specific configuration that contains the element on which to perform the operation.</param>
<param name="config">The platform specific configuration that contains the element on which to perform the operation.</param>
<param name="value">The new property value to assign.</param>
<summary>Sets the number of off-screen pages that are stored in memory to the provided <paramref name="value" />.</summary>
<returns>The configuration that was updated.</returns>
Expand Down
Loading

0 comments on commit df913c3

Please sign in to comment.