You've already forked linux-packaging-mono
Imported Upstream version 6.6.0.89
Former-commit-id: b39a328747c2f3414dc52e009fb6f0aa80ca2492
This commit is contained in:
parent
cf815e07e0
commit
95fdb59ea6
@@ -26,6 +26,7 @@
|
||||
<ReturnValue>
|
||||
<ReturnType>Mono.DocTest.Color</ReturnType>
|
||||
</ReturnValue>
|
||||
<MemberValue>2</MemberValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
</Docs>
|
||||
@@ -40,6 +41,7 @@
|
||||
<ReturnValue>
|
||||
<ReturnType>Mono.DocTest.Color</ReturnType>
|
||||
</ReturnValue>
|
||||
<MemberValue>1</MemberValue>
|
||||
<Docs>
|
||||
<summary>Insert Blue summary here</summary>
|
||||
<remarks>
|
||||
@@ -56,6 +58,7 @@
|
||||
<ReturnValue>
|
||||
<ReturnType>Mono.DocTest.Color</ReturnType>
|
||||
</ReturnValue>
|
||||
<MemberValue>2</MemberValue>
|
||||
<Docs>
|
||||
<summary>Insert Green summary here</summary>
|
||||
<remarks>
|
||||
@@ -72,6 +75,7 @@
|
||||
<ReturnValue>
|
||||
<ReturnType>Mono.DocTest.Color</ReturnType>
|
||||
</ReturnValue>
|
||||
<MemberValue>0</MemberValue>
|
||||
<Docs>
|
||||
<summary>Insert Red summary here</summary>
|
||||
<remarks>
|
||||
|
@@ -53,8 +53,6 @@ class Example {
|
||||
<remarks>
|
||||
<c>C:Mono.DocTest.DocAttribute(System.String)</c>
|
||||
</remarks>
|
||||
<exception cref="T:System.ArgumentNullException">To be added; from:
|
||||
<see cref="M:Mono.DocTest.DocAttribute.#ctor(System.String)" /></exception>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Field">
|
||||
|
@@ -37,10 +37,6 @@
|
||||
<summary>To be added.</summary>
|
||||
<remarks>
|
||||
<see cref="M:Mono.DocTest.DocValueType.M(System.Int32)" />.</remarks>
|
||||
<exception cref="T:System.ApplicationException">To be added; from:
|
||||
<see cref="M:Mono.DocTest.DocValueType.M(System.Int32)" /></exception>
|
||||
<exception cref="T:System.SystemException">To be added; from:
|
||||
<see cref="M:Mono.DocTest.DocValueType.M(System.Int32)" /></exception>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="total">
|
||||
|
@@ -102,8 +102,6 @@
|
||||
<see cref="M:System.Collections.Generic.List{System.Int32}.Remove(`0)" />
|
||||
</para>
|
||||
</remarks>
|
||||
<exception cref="T:System.Exception">To be added; from:
|
||||
<see cref="M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Int32})" /></exception>
|
||||
<exception cref="Whatever">text!</exception>
|
||||
</Docs>
|
||||
</Member>
|
||||
@@ -125,13 +123,6 @@
|
||||
<summary>To be added.</summary>
|
||||
<remarks>
|
||||
<c>M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Predicate{System.Int32}})</c>.</remarks>
|
||||
<exception cref="T:System.ArgumentException">To be added; from:
|
||||
<see cref="M:Mono.DocTest.UseLists.Process``1(System.Collections.Generic.List{System.Predicate{``0}})" />,
|
||||
<see cref="M:System.Linq.Error.ArgumentNull(System.String)" /></exception>
|
||||
<exception cref="T:System.ArgumentNullException">To be added; from:
|
||||
<see cref="M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Predicate{System.Int32}})" />,
|
||||
<see cref="M:Mono.DocTest.UseLists.Process``1(System.Collections.Generic.List{System.Predicate{``0}})" />,
|
||||
<see cref="M:System.Linq.Error.ArgumentNull(System.String)" /></exception>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Process<T>">
|
||||
@@ -156,10 +147,6 @@
|
||||
<summary>To be added.</summary>
|
||||
<remarks>
|
||||
<c>M:Mono.DocTest.UseLists.Process``1(System.Collections.Generic.List{System.Predicate{``0}})</c>.</remarks>
|
||||
<exception cref="T:System.ArgumentException">To be added; from:
|
||||
<see cref="M:Mono.DocTest.UseLists.Process``1(System.Collections.Generic.List{System.Predicate{``0}})" /></exception>
|
||||
<exception cref="T:System.ArgumentNullException">To be added; from:
|
||||
<see cref="M:System.Linq.Error.ArgumentNull(System.String)" /></exception>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="UseHelper<T,U,V>">
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<Type Name="Widget+Direction" FullName="Mono.DocTest.Widget+Direction">
|
||||
<TypeSignature Language="C#" Value="protected enum Widget.Direction" />
|
||||
<TypeSignature Language="C#" Value="protected internal enum Widget.Direction" />
|
||||
<TypeSignature Language="ILAsm" Value=".class nested protected auto ansi sealed Widget/Direction extends System.Enum" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>DocTest</AssemblyName>
|
||||
@@ -29,6 +29,7 @@
|
||||
<ReturnValue>
|
||||
<ReturnType>Mono.DocTest.Widget+Direction</ReturnType>
|
||||
</ReturnValue>
|
||||
<MemberValue>2</MemberValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
<remarks>
|
||||
@@ -45,6 +46,7 @@
|
||||
<ReturnValue>
|
||||
<ReturnType>Mono.DocTest.Widget+Direction</ReturnType>
|
||||
</ReturnValue>
|
||||
<MemberValue>0</MemberValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
<remarks>
|
||||
@@ -61,6 +63,7 @@
|
||||
<ReturnValue>
|
||||
<ReturnType>Mono.DocTest.Widget+Direction</ReturnType>
|
||||
</ReturnValue>
|
||||
<MemberValue>1</MemberValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
<remarks>
|
||||
@@ -77,6 +80,7 @@
|
||||
<ReturnValue>
|
||||
<ReturnType>Mono.DocTest.Widget+Direction</ReturnType>
|
||||
</ReturnValue>
|
||||
<MemberValue>3</MemberValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
<remarks>
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user