summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2016-11-16 20:51:53 +0100
committerJason Smith <jason.smith@xamarin.com>2016-11-16 11:51:53 -0800
commitd97dfe91b28a30e9a350155262b1149eed8d462f (patch)
tree0dd0a9cab6461d9207410c0d84e7cd8dca796af1 /docs
parentbc7755ca56e3958318434263d74611c249a59aff (diff)
downloadxamarin-forms-d97dfe91b28a30e9a350155262b1149eed8d462f.tar.gz
xamarin-forms-d97dfe91b28a30e9a350155262b1149eed8d462f.tar.bz2
xamarin-forms-d97dfe91b28a30e9a350155262b1149eed8d462f.zip
[XamlC] use correct filePath for XamlC error reporting (#513)
* [XamlG] decorate partial classes with [XamlFile] attribute * [XamlC] use correct filePath for XamlC error reporting * [docs] update docs
Diffstat (limited to 'docs')
-rw-r--r--docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml/XamlFilePathAttribute.xml45
-rw-r--r--docs/Xamarin.Forms.Xaml/index.xml1
2 files changed, 46 insertions, 0 deletions
diff --git a/docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml/XamlFilePathAttribute.xml b/docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml/XamlFilePathAttribute.xml
new file mode 100644
index 00000000..c0027df4
--- /dev/null
+++ b/docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml/XamlFilePathAttribute.xml
@@ -0,0 +1,45 @@
+<Type Name="XamlFilePathAttribute" FullName="Xamarin.Forms.Xaml.XamlFilePathAttribute">
+ <TypeSignature Language="C#" Value="public sealed class XamlFilePathAttribute : Attribute" />
+ <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit XamlFilePathAttribute extends System.Attribute" />
+ <AssemblyInfo>
+ <AssemblyName>Xamarin.Forms.Xaml</AssemblyName>
+ <AssemblyVersion>2.0.0.0</AssemblyVersion>
+ </AssemblyInfo>
+ <Base>
+ <BaseTypeName>System.Attribute</BaseTypeName>
+ </Base>
+ <Interfaces />
+ <Attributes>
+ <Attribute>
+ <AttributeName>System.AttributeUsage(System.AttributeTargets.Class, Inherited=false)</AttributeName>
+ </Attribute>
+ </Attributes>
+ <Docs>
+ <summary>To be added.</summary>
+ <remarks>To be added.</remarks>
+ </Docs>
+ <Members>
+ <Member MemberName=".ctor">
+ <MemberSignature Language="C#" Value="public XamlFilePathAttribute (string filePath = &quot;&quot;);" />
+ <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string filePath) cil managed" />
+ <MemberType>Constructor</MemberType>
+ <AssemblyInfo>
+ <AssemblyVersion>2.0.0.0</AssemblyVersion>
+ </AssemblyInfo>
+ <Parameters>
+ <Parameter Name="filePath" Type="System.String">
+ <Attributes>
+ <Attribute>
+ <AttributeName>System.Runtime.CompilerServices.CallerFilePath</AttributeName>
+ </Attribute>
+ </Attributes>
+ </Parameter>
+ </Parameters>
+ <Docs>
+ <param name="filePath">To be added.</param>
+ <summary>To be added.</summary>
+ <remarks>To be added.</remarks>
+ </Docs>
+ </Member>
+ </Members>
+</Type>
diff --git a/docs/Xamarin.Forms.Xaml/index.xml b/docs/Xamarin.Forms.Xaml/index.xml
index 4627dd66..7f8a955b 100644
--- a/docs/Xamarin.Forms.Xaml/index.xml
+++ b/docs/Xamarin.Forms.Xaml/index.xml
@@ -69,6 +69,7 @@
<Type Name="TypeExtension" Kind="Class" />
<Type Name="XamlCompilationAttribute" Kind="Class" />
<Type Name="XamlCompilationOptions" Kind="Enumeration" />
+ <Type Name="XamlFilePathAttribute" Kind="Class" />
<Type Name="XamlParseException" Kind="Class" />
<Type Name="XmlLineInfo" Kind="Class" />
</Namespace>