Commit 2aabd6b
Fix formatting issue in OrderedDictionary<TKey,TValue> documentation (#11458)
* Initial plan for issue
* Fix formatting issue in OrderedDictionary<TKey,TValue> documentation
Merged two separate <para> tags into one to fix formatting issue where a single sentence was incorrectly split across two paragraphs. The sentence now correctly reads as one continuous paragraph in the documentation.
Fixes lines 82-83 in OrderedDictionary`2.xml
Co-authored-by: jeffhandley <[email protected]>
* Fix all errant para tag formatting issues across documentation files
Co-authored-by: jeffhandley <[email protected]>
* Fix additional errant para tag patterns per review feedback
Co-authored-by: jeffhandley <[email protected]>
* Apply comprehensive para tag cleanup to TypeName.xml per review feedback
Co-authored-by: jeffhandley <[email protected]>
* Fix indentation in TypeName.xml after para tag cleanup
Co-authored-by: jeffhandley <[email protected]>
* Remove superfluous para tags and fix XML formatting per review feedback
Co-authored-by: jeffhandley <[email protected]>
* Remove unnecessary para tags and fix XML formatting per detailed review feedback
Co-authored-by: jeffhandley <[email protected]>
* Fix malformed XML with orphaned para tags and apply proper formatting guidelines
Co-authored-by: jeffhandley <[email protected]>
* Fix XML formatting: use 2-space indentation, add line breaks for long content, and add para tags for semantic paragraphs
Co-authored-by: jeffhandley <[email protected]>
* Formatting tweaks
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: jeffhandley <[email protected]>
Co-authored-by: Jeff Handley <[email protected]>1 parent 2540292 commit 2aabd6b
File tree
10 files changed
+121
-232
lines changed- xml
- System.Collections.Concurrent
- System.Collections.Frozen
- System.Collections.Generic
- System.Reflection.Metadata
- System.Text.Json.Serialization.Metadata
- System.Text.Json
10 files changed
+121
-232
lines changedLines changed: 11 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
| 52 | + | |
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
| |||
129 | 128 | | |
130 | 129 | | |
131 | 130 | | |
132 | | - | |
133 | | - | |
| 131 | + | |
134 | 132 | | |
135 | 133 | | |
136 | 134 | | |
| |||
198 | 196 | | |
199 | 197 | | |
200 | 198 | | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
| 199 | + | |
205 | 200 | | |
206 | 201 | | |
207 | 202 | | |
| |||
248 | 243 | | |
249 | 244 | | |
250 | 245 | | |
251 | | - | |
252 | | - | |
| 246 | + | |
| 247 | + | |
253 | 248 | | |
254 | 249 | | |
255 | | - | |
256 | | - | |
| 250 | + | |
257 | 251 | | |
258 | 252 | | |
259 | 253 | | |
| |||
294 | 288 | | |
295 | 289 | | |
296 | 290 | | |
297 | | - | |
298 | | - | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
299 | 294 | | |
300 | 295 | | |
301 | 296 | | |
| |||
344 | 339 | | |
345 | 340 | | |
346 | 341 | | |
347 | | - | |
348 | | - | |
| 342 | + | |
| 343 | + | |
349 | 344 | | |
350 | 345 | | |
351 | 346 | | |
| |||
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1011 | 1011 | | |
1012 | 1012 | | |
1013 | 1013 | | |
1014 | | - | |
1015 | | - | |
| 1014 | + | |
1016 | 1015 | | |
1017 | 1016 | | |
1018 | 1017 | | |
1019 | | - | |
1020 | | - | |
1021 | | - | |
| 1018 | + | |
| 1019 | + | |
1022 | 1020 | | |
1023 | 1021 | | |
1024 | 1022 | | |
| |||
Lines changed: 7 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| |||
125 | 127 | | |
126 | 128 | | |
127 | 129 | | |
128 | | - | |
129 | | - | |
| 130 | + | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
| |||
164 | 165 | | |
165 | 166 | | |
166 | 167 | | |
167 | | - | |
168 | | - | |
| 168 | + | |
| 169 | + | |
169 | 170 | | |
170 | 171 | | |
171 | 172 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | | - | |
295 | | - | |
| 294 | + | |
296 | 295 | | |
297 | 296 | | |
298 | 297 | | |
299 | | - | |
300 | | - | |
301 | | - | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
| |||
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
| 51 | + | |
55 | 52 | | |
56 | 53 | | |
57 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
| 283 | + | |
287 | 284 | | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
| 285 | + | |
293 | 286 | | |
294 | 287 | | |
295 | 288 | | |
| |||
0 commit comments