Skip to content

Commit 596afd5

Browse files
authored
Merge pull request #3900 from dotnet/master
update live with master
2 parents 727b0d1 + 0b71c9b commit 596afd5

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

.github/CODEOWNERS

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
# More details are here: https://help.github.com/articles/about-codeowners/
55

66
# The '*' pattern is for global owners.
7-
# Not adding in this PR, but I'd like to try adding a global owner set with the entire team.
8-
# One interpretation of the GitHub docs is that global owners are added only if not removed
9-
# by a more local rule.
7+
8+
# This line tags the dotnet-docs team for review, so nothing falls through the cracks.
9+
10+
* @dotnet/docs
11+
1012

1113
# Order is important. The last matching pattern has the most precedence.
1214
# The folders are ordered as follows:

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)