Skip to content

Commit 0795812

Browse files
authored
Fix examples tag (#8888)
1 parent faf797b commit 0795812

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

xml/Microsoft.Extensions.Configuration.Ini/IniConfigurationSource.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,19 @@
2424
</Base>
2525
<Interfaces />
2626
<Docs>
27-
<summary>Represents an INI file as an <see cref="T:Microsoft.Extensions.Configuration.IConfigurationSource" />.
28-
Files are simple line structures (<see href="https://en.wikipedia.org/wiki/INI_file">INI Files on Wikipedia</see>).</summary>
29-
<remarks>To be added.</remarks>
30-
<examples>
27+
<summary>Represents an INI file as an <see cref="T:Microsoft.Extensions.Configuration.IConfigurationSource" />.</summary>
28+
<remarks>INI files are simple line structures.</remarks>
29+
<example>
30+
<code>
3131
[Section:Header]
3232
key1=value1
3333
key2 = " value2 "
3434
; comment
3535
# comment
3636
/ comment
37-
</examples>
37+
</code>
38+
</example>
39+
<related type="article" href="https://en.wikipedia.org/wiki/INI_file">INI Files on Wikipedia</related>
3840
</Docs>
3941
<Members>
4042
<Member MemberName=".ctor">

xml/Microsoft.Extensions.Configuration.Ini/IniStreamConfigurationSource.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,19 @@
1919
</Base>
2020
<Interfaces />
2121
<Docs>
22-
<summary>Represents an INI file as an <see cref="T:Microsoft.Extensions.Configuration.IConfigurationSource" />.
23-
Files are simple line structures (<see href="https://en.wikipedia.org/wiki/INI_file">INI Files on Wikipedia</see>).</summary>
24-
<remarks>To be added.</remarks>
25-
<examples>
22+
<summary>Represents an INI file as an <see cref="T:Microsoft.Extensions.Configuration.IConfigurationSource" />.</summary>
23+
<remarks>INI files are simple line structures.</remarks>
24+
<example>
25+
<code>
2626
[Section:Header]
2727
key1=value1
2828
key2 = " value2 "
2929
; comment
3030
# comment
3131
/ comment
32-
</examples>
32+
</code>
33+
</example>
34+
<related type="article" href="https://en.wikipedia.org/wiki/INI_file">INI Files on Wikipedia</related>
3335
</Docs>
3436
<Members>
3537
<Member MemberName=".ctor">

0 commit comments

Comments
 (0)