Skip to content

Commit e9ba72a

Browse files
authored
Replace <see langword="IntPtr" /> tags (#3977)
1 parent 0c40a45 commit e9ba72a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

xml/System.Runtime.InteropServices/SafeHandle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@
405405
<Parameters />
406406
<Docs>
407407
<summary>Returns the value of the <see cref="F:System.Runtime.InteropServices.SafeHandle.handle" /> field.</summary>
408-
<returns>An <see langword="IntPtr" /> representing the value of the <see cref="F:System.Runtime.InteropServices.SafeHandle.handle" /> field. If the handle has been marked invalid with <see cref="M:System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid" />, this method still returns the original handle value, which can be a stale value.</returns>
408+
<returns>An <see cref="T:System.IntPtr" /> representing the value of the <see cref="F:System.Runtime.InteropServices.SafeHandle.handle" /> field. If the handle has been marked invalid with <see cref="M:System.Runtime.InteropServices.SafeHandle.SetHandleAsInvalid" />, this method still returns the original handle value, which can be a stale value.</returns>
409409
<remarks>
410410
<format type="text/markdown"><![CDATA[
411411

xml/System.Speech.Synthesis.TtsEngine/SpeechEventInfo.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -710,8 +710,8 @@ override public void Speak (TextFragment [] frags, IntPtr wfx, ITtsEngineSite si
710710
<ReturnType>System.Int16</ReturnType>
711711
</ReturnValue>
712712
<Docs>
713-
<summary>Returns the data type of the object pointed to by the <see langword="IntPtr" /> returned by the <see cref="P:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.Param2" /> parameter on the current <see cref="T:System.Speech.Synthesis.TtsEngine.SpeechEventInfo" /> object.</summary>
714-
<value>A <see langword="short" /> value corresponding to a member of the <see cref="T:System.Speech.Synthesis.TtsEngine.EventParameterType" /> enumeration and indicating the data type of the object pointed to by the <see langword="IntPtr" /> returned by the <see cref="P:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.Param2" /> parameter and used as the second argument for the constructor of the current <see cref="T:System.Speech.Synthesis.TtsEngine.SpeechEventInfo" /> object.</value>
713+
<summary>Returns the data type of the object pointed to by the <see cref="T:System.IntPtr" /> returned by the <see cref="P:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.Param2" /> parameter on the current <see cref="T:System.Speech.Synthesis.TtsEngine.SpeechEventInfo" /> object.</summary>
714+
<value>A <see langword="short" /> value corresponding to a member of the <see cref="T:System.Speech.Synthesis.TtsEngine.EventParameterType" /> enumeration and indicating the data type of the object pointed to by the <see cref="T:System.IntPtr" /> returned by the <see cref="P:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.Param2" /> parameter and used as the second argument for the constructor of the current <see cref="T:System.Speech.Synthesis.TtsEngine.SpeechEventInfo" /> object.</value>
715715
<remarks>
716716
<format type="text/markdown"><![CDATA[
717717

xml/System.Speech.Synthesis.TtsEngine/TtsEngineSsml.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public static Dictionary<Uri, Stream> _aLexicons = new Dictionary<Uri, Stream>()
168168
<param name="speakOutputFormat">Valid member of the <see cref="T:System.Speech.Synthesis.TtsEngine.SpeakOutputFormat" /> enumeration indicating the type of requested audio output format.</param>
169169
<param name="targetWaveFormat">A pointer to a <see langword="struct" /> containing detail setting for the audio format type requested by the <paramref name="speakOutputFormat" /> argument.</param>
170170
<summary>Returns the best matching audio output supported by a given synthesize engine response to a request to the synthesizer engine for the support of a particular output format.</summary>
171-
<returns>Returns a valid <see langword="IntPtr" /> instance referring to a <see langword="struct" /> containing detailed information about the output format.</returns>
171+
<returns>Returns a valid <see cref="T:System.IntPtr" /> instance referring to a <see langword="struct" /> containing detailed information about the output format.</returns>
172172
<remarks>
173173
<format type="text/markdown"><![CDATA[
174174
@@ -317,7 +317,7 @@ public static Dictionary<Uri, Stream> _aLexicons = new Dictionary<Uri, Stream>()
317317
</Parameters>
318318
<Docs>
319319
<param name="fragment">An array of <see cref="T:System.Speech.Synthesis.TtsEngine.TextFragment" /> instances containing the text to be rendered into speech.</param>
320-
<param name="waveHeader">An <see langword="IntPtr" /> pointing to a structure containing audio output format.</param>
320+
<param name="waveHeader">An <see cref="T:System.IntPtr" /> pointing to a structure containing audio output format.</param>
321321
<param name="site">A reference to an <see cref="T:System.Speech.Synthesis.TtsEngine.ITtsEngineSite" /> interface passed in by the platform infrastructure to allow access to the infrastructure resources.</param>
322322
<summary>Renders specified <see cref="T:System.Speech.Synthesis.TtsEngine.TextFragment" /> array in the specified output format.</summary>
323323
<remarks>

xml/System.Threading/WaitHandle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ Application code does not call this method; it is automatically invoked during g
403403
</ReturnValue>
404404
<Docs>
405405
<summary>Gets or sets the native operating system handle.</summary>
406-
<value>An <see langword="IntPtr" /> representing the native operating system handle. The default is the value of the <see cref="F:System.Threading.WaitHandle.InvalidHandle" /> field.</value>
406+
<value>An <see cref="T:System.IntPtr" /> representing the native operating system handle. The default is the value of the <see cref="F:System.Threading.WaitHandle.InvalidHandle" /> field.</value>
407407
<remarks>
408408
<format type="text/markdown"><![CDATA[
409409

0 commit comments

Comments
 (0)