8000 Fix double asterisk, add extra type summary (#4787) · dotnet/dotnet-api-docs@daaf20b · GitHub
[go: up one dir, main page]

Skip to content

Commit daaf20b

Browse files
authored
Fix double asterisk, add extra type summary (#4787)
* Fix double asterisk, add extra type summary * Update xml/Microsoft.Build.Globbing/MSBuildGlob.xml Co-authored-by: carlossanlop <carlossanlop@users.noreply.github.com>
1 parent 09f58cd commit daaf20b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

xml/Microsoft.Build.Globbing/MSBuildGlob.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
<summary>
2222
Represents a parsed MSBuild glob.
2323
An MSBuild glob is composed of three parts:
24-
- fixed directory part: "a/b/" in "a/b/**/*test*/**/*.cs"
25-
- wildcard directory part: "**/*test*/**/" in "a/b/**/*test*/**/*.cs"
26-
- file name part: "*.cs" in "a/b/**/*test*/**/*.cs"
24+
- fixed directory part: <c>a/b/</c> in <c>a/b/\*\*/*test\*/\*\*/\*.cs</c>
25+
- wildcard directory part: <c>\*\*/\*test\*/\*\*/</c> in <c>a/b/\*\*/\*test\*/\*\*/\*.cs</c>
26+
- file name part: <c>\*.cs</c> in <c>a/b/\*\*/\*test\*/\*\*/\*.cs</c>
2727
</summary>
2828
<remarks>To be added.</remarks>
2929
</Docs>

xml/System.Net.Security/SslClientHelloInfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</Attribute>
2121
</Attributes>
2222
<Docs>
23-
<summary>To be added.</summary>
23+
<summary>This struct contains information from received TLS Client Hello frame.</summary>
2424
<remarks>To be added.</remarks>
2525
</Docs>
2626
<Members>

0 commit comments

Comments
 (0)
0