Skip to content

Commit 208618b

Browse files
yishengjin1413mairaw
authored andcommitted
fix c tag (dotnet#758)
1 parent 186ce4a commit 208618b

File tree

1,340 files changed

+5878
-5878
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,340 files changed

+5878
-5878
lines changed

xml/Microsoft.Build.Utilities/TaskLoggingHelper.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@
559559

560560
Thread safe.</summary>
561561
<remarks>To be added.</remarks>
562-
<exception cref="T:System.ArgumentNullException">Thrown when <c>message</c> is null.</exception>
562+
<exception cref="T:System.ArgumentNullException">Thrown when <paramref name="message" /> is null.</exception>
563563
</Docs>
564564
</Member>
565565
<MemberGroup MemberName="LogError">
@@ -1372,7 +1372,7 @@
13721372

13731373
Thread safe.</summary>
13741374
<remarks>To be added.</remarks>
1375-
<exception cref="T:System.ArgumentNullException">Thrown when <c>message</c> is null.</exception>
1375+
<exception cref="T:System.ArgumentNullException">Thrown when <paramref name="message" /> is null.</exception>
13761376
</Docs>
13771377
</Member>
13781378
<MemberGroup MemberName="LogMessageFromResources">

xml/Microsoft.JScript.Vsa/JSVsaException.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
</Parameters>
185185
<Docs>
186186
<param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
187-
<param name="innerException">The exception that is the cause of the current exception. If the <c>innerException</c> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
187+
<param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
188188
<summary>Initializes a new instance of the <see cref="T:Microsoft.JScript.Vsa.JSVsaException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
189189
<remarks>To be added.</remarks>
190190
</Docs>
@@ -209,7 +209,7 @@
209209
<Docs>
210210
<param name="error">A <see cref="T:Microsoft.JScript.Vsa.JSVsaError" /> value that describes the reason for the exception.</param>
211211
<param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
212-
<param name="innerException">The exception that is the cause of the current exception. If the <c>innerException</c> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
212+
<param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception.</param>
213213
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
214214
<remarks>To be added.</remarks>
215215
</Docs>

xml/Microsoft.JScript/IParseText.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
</Parameters>
5252
<Docs>
5353
<param name="code">The source code to parse.</param>
54-
<param name="error">An object that contains information about errors that occur when <c>code</c> is being parsed.</param>
54+
<param name="error">An object that contains information about errors that occur when <paramref name="code" /> is being parsed.</param>
5555
<summary>When implemented in a class, parses the specified source code.</summary>
5656
<remarks>To be added.</remarks>
5757
<forInternalUseOnly />

xml/Microsoft.JScript/MathObject.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -652,8 +652,8 @@
652652
<Parameter Name="dy" Type="System.Double" />
653653
</Parameters>
654654
<Docs>
655-
<param name="dx">The number to raise to the <c>dy</c> power.</param>
656-
<param name="dy">The power to raise <c>dx</c> to.</param>
655+
<param name="dx">The number to raise to the <paramref name="dy" /> power.</param>
656+
<param name="dy">The power to raise <paramref name="dx" /> to.</param>
657657
<summary>Calculates the specified number raised to the specified power.</summary>
658658
<returns>The number <paramref name="dx" /> raised to the <paramref name="dy" /> power.</returns>
659659
<remarks>To be added.</remarks>

xml/Microsoft.JScript/NumberPrototype.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
</Parameters>
225225
<Docs>
226226
<param name="thisob">The object that this method is acting upon.</param>
227-
<param name="radix">A number between 2 and 36 that represents the base of the number system that <c>thisob</c> is expressed in. The default is 10.</param>
227+
<param name="radix">A number between 2 and 36 that represents the base of the number system that <paramref name="thisob" /> is expressed in. The default is 10.</param>
228228
<summary>Creates a string representation of the specified object.</summary>
229229
<returns>A string representation of <paramref name="thisob" />.</returns>
230230
<remarks>To be added.</remarks>

xml/Microsoft.JScript/ScriptFunction.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
<param name="binder">An object that performs type conversion from actual argument type to formal argument type.</param>
249249
<param name="target">The object on which to invoke the member. This must be the current script object.</param>
250250
<param name="args">An array of objects that contains the number, order, and type of the parameters of the member to be invoked. This is an empty array if there are no parameters.</param>
251-
<param name="modifiers">An array that has the same length as the <c>args</c> parameter. It represents the invoked member's argument attributes in the metadata.</param>
251+
<param name="modifiers">An array that has the same length as the <paramref name="args" /> parameter. It represents the invoked member's argument attributes in the metadata.</param>
252252
<param name="culture">Provides information about a specific culture or locale. Used to format numbers, dates, and strings correctly.</param>
253253
<param name="namedParameters">An array of parameters.</param>
254254
<summary>Invokes the specified member.</summary>

xml/Microsoft.JScript/ScriptObject.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@
780780
</Parameters>
781781
<Docs>
782782
<param name="member">The member to wrap.</param>
783-
<param name="obj">The object that <c>member</c> is defined on.</param>
783+
<param name="obj">The object that <paramref name="member" /> is defined on.</param>
784784
<summary>Creates a wrapped object that contains the specified member together with the specified object.</summary>
785785
<returns>A one-element array that has a wrapped object that contains the member information and <paramref name="obj" />.</returns>
786786
<remarks>
@@ -820,7 +820,7 @@
820820
</Parameters>
821821
<Docs>
822822
<param name="members">The members to wrap.</param>
823-
<param name="obj">The object that <c>members</c> are defined on.</param>
823+
<param name="obj">The object that <paramref name="members" /> are defined on.</param>
824824
<summary>Creates an array of wrapped objects that contain the specified members together with the specified object.</summary>
825825
<returns>An array of wrapped objects, each of which contains member information and a copy of <paramref name="obj" />.</returns>
826826
<remarks>
@@ -861,7 +861,7 @@
861861
</Parameters>
862862
<Docs>
863863
<param name="members">The members to wrap.</param>
864-
<param name="obj">The object that <c>members</c> are defined on.</param>
864+
<param name="obj">The object that <paramref name="members" /> are defined on.</param>
865865
<param name="cache">Temporary data storage for the wrapped objects.</param>
866866
<summary>Creates an array of wrapped objects that contain the specified members together with the specified object, caching the results in the specified data storage.</summary>
867867
<returns>An array of wrapped objects, each of which contains member information and a copy of <paramref name="obj" />.</returns>

xml/Microsoft.JScript/StringPrototype.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
</Parameters>
276276
<Docs>
277277
<param name="thisob">The object that this method is acting upon.</param>
278-
<param name="args">The arguments to append to <c>thisob</c>.</param>
278+
<param name="args">The arguments to append to <paramref name="thisob" />.</param>
279279
<summary>Appends the specified arguments to the specified object.</summary>
280280
<returns>A string representation of <paramref name="thisob" />, with <paramref name="args" /> appended.</returns>
281281
<remarks>To be added.</remarks>
@@ -602,7 +602,7 @@
602602
</Parameters>
603603
<Docs>
604604
<param name="thisob">The object that this method is acting upon.</param>
605-
<param name="thatob">The string to compare to <c>thisob</c>.</param>
605+
<param name="thatob">The string to compare to <paramref name="thisob" />.</param>
606606
<summary>Compares the two specified strings and returns an integer that indicates the lexical relationship between them.</summary>
607607
<returns>A negative value when <paramref name="thisob" /> is less than <paramref name="thatob" />; zero when <paramref name="thisob" /> equals <paramref name="thatob" />; a positive value when <paramref name="thisob" /> is greater than <paramref name="thatob" />.</returns>
608608
<remarks>To be added.</remarks>
@@ -842,7 +842,7 @@
842842
<Docs>
843843
<param name="thisob">The object that this method is acting upon.</param>
844844
<param name="engine">A reference to the scripting engine.</param>
845-
<param name="separator">The characters that delimit the substrings in <c>thisob</c>.</param>
845+
<param name="separator">The characters that delimit the substrings in <paramref name="thisob" />.</param>
846846
<param name="limit">The maximum number of substrings to return.</param>
847847
<summary>Returns an array that contains the substrings in the specified object that are delimited by the specified characters. The number of substrings in the array is constrained by the specified limit.</summary>
848848
<returns>An array that contains the substrings in <paramref name="thisob" /> that are delimited by <paramref name="separator" />.</returns>

xml/Microsoft.JScript/TypedArray.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@
526526
<param name="binder">An object that performs type conversion from actual argument type to formal argument type.</param>
527527
<param name="target">The object on which to invoke the member. This must be the current script object.</param>
528528
<param name="args">An array of objects that contains the number, order, and type of the parameters of the member to be invoked. This is an empty array if there are no parameters.</param>
529-
<param name="modifiers">An array that has the same length as the <c>args</c> parameter. It represents the invoked member's argument attributes in the metadata.</param>
529+
<param name="modifiers">An array that has the same length as the <paramref name="args" /> parameter. It represents the invoked member's argument attributes in the metadata.</param>
530530
<param name="locale">Provides information about a specific culture or locale. Used to format numbers, dates, and strings correctly.</param>
531531
<param name="namedParameters">An array of parameters.</param>
532532
<summary>Invokes the specified member of the element type or the <see cref="T:System.Array" /> class type.</summary>

xml/Microsoft.SqlServer.Server/SqlMetaData.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
<param name="name">The name of the column.</param>
322322
<param name="dbType">The SQL Server type of the parameter or column.</param>
323323
<param name="userDefinedType">A <see cref="T:System.Type" /> instance that points to the UDT.</param>
324-
<param name="serverTypeName">The SQL Server type name for <c>userDefinedType</c>.</param>
324+
<param name="serverTypeName">The SQL Server type name for <paramref name="userDefinedType" />.</param>
325325
<summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Server.SqlMetaData" /> class with the specified column name, user-defined type (UDT), and SQLServer type.</summary>
326326
<remarks>To be added.</remarks>
327327
</Docs>
@@ -716,7 +716,7 @@
716716
<param name="name">The name of the column.</param>
717717
<param name="dbType">The SQL Server type of the parameter or column.</param>
718718
<param name="userDefinedType">A <see cref="T:System.Type" /> instance that points to the UDT.</param>
719-
<param name="serverTypeName">The SQL Server type name for <c>userDefinedType</c>.</param>
719+
<param name="serverTypeName">The SQL Server type name for <paramref name="userDefinedType" />.</param>
720720
<param name="useServerDefault">Specifes whether this column should use the default server value.</param>
721721
<param name="isUniqueKey">Specifies if the column in the table-valued parameter is unique.</param>
722722
<param name="columnSortOrder">Specifies the sort order for a column.</param>

0 commit comments

Comments
 (0)