Skip to content

Commit 0b71c9b

Browse files
authored
Automatically port remarks for Reflection and Security APIs (#3875)
* Automatically port some comments (Win32, Reflection, Security) * Address comments by mairaw * Remove unnecessary remark tags
1 parent 516ae7d commit 0b71c9b

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

xml/Microsoft.Win32/CommonDialog.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -300,14 +300,7 @@
300300
<Docs>
301301
<summary>Gets or sets an object associated with the dialog. This provides the ability to attach an arbitrary object to the dialog.</summary>
302302
<value>A <see cref="T:System.Object" /> that is attached or associated with a dialog.</value>
303-
<remarks>
304-
<format type="text/markdown"><![CDATA[
305-
306-
## Examples
307-
See Also
308-
309-
]]></format>
310-
</remarks>
303+
<remarks>To be added.</remarks>
311304
</Docs>
312305
</Member>
313306
</Members>

xml/System.Reflection.PortableExecutable/DebugDirectoryEntryType.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<BaseTypeName>System.Enum</BaseTypeName>
1919
</Base>
2020
<Docs>
21-
<summary>To be added.</summary>
21+
<summary>An enumeration that describes the format of the debugging information of a <see cref="T:System.Reflection.PortableExecutable.DebugDirectoryEntry" />.</summary>
2222
<remarks>
2323
<format type="text/markdown"><![CDATA[
2424

0 commit comments

Comments
 (0)