Skip to content

Commit fe43006

Browse files
committed
some fixes found by cleanrepo run
1 parent 5000c1a commit fe43006

File tree

7 files changed

+19
-0
lines changed

7 files changed

+19
-0
lines changed

docfx.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"samples/**/*.*",
2828
"**/snippets/**",
2929
"**/includes/**",
30+
"**/mermaidjs/**",
3031
"**/util/**",
3132
"***/contributing.md"
3233
]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/framework/unmanaged-api/debugging/toc.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1442,12 +1442,16 @@ items:
14421442
href: ixclrdataexceptionnotification-oncodegenerated-method.md
14431443
- name: OnModuleLoaded method
14441444
href: ixclrdataexceptionnotification-onmoduleloaded-method.md
1445+
- name: OnModuleUnloaded method
1446+
href: ixclrdataexceptionnotification-onmoduleunloaded-method.md
14451447
- name: OnProcessExecution method
14461448
href: ixclrdataexceptionnotification-onprocessexecution-method.md
14471449
- name: OnTaskExecution method
14481450
href: ixclrdataexceptionnotification-ontaskexecution-method.md
14491451
- name: OnTypeLoaded method
14501452
href: ixclrdataexceptionnotification-ontypeloaded-method.md
1453+
- name: OnTypeUnloaded method
1454+
href: ixclrdataexceptionnotification-ontypeunloaded-method.md
14511455
- name: IXCLRDataExceptionNotification2 interface
14521456
href: ixclrdataexceptionnotification2-interface.md
14531457
items:
@@ -1590,6 +1594,8 @@ items:
15901594
href: ixclrdataprocess-endenummodules-method.md
15911595
- name: EnumMethodInstanceByAddress
15921596
href: ixclrdataprocess-enummethodinstancebyaddress-method.md
1597+
- name: EndEnumMethodDefinitionByAddress
1598+
href: ixclrdataprocess-endenummethoddefinitionbyaddress-method.md
15931599
- name: EndEnumMethodDefinitionsByAddress
15941600
href: ixclrdataprocess-endenummethoddefinitionsbyaddress-method.md
15951601
- name: EndEnumMethodInstancesByAddress
@@ -1672,6 +1678,8 @@ items:
16721678
items:
16731679
- name: EndEnumMethodInstances method
16741680
href: ixclrdatatypeinstance-endenummethodinstances-method.md
1681+
- name: EnumMethodInstance method
1682+
href: ixclrdatatypeinstance-enummethodinstance-method.md
16751683
- name: GetDefinition method
16761684
href: ixclrdatatypeinstance-getdefinition-method.md
16771685
- name: GetName method

docs/navigate/devops-testing/toc.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,16 @@ items:
129129
href: ../../core/testing/mstest-analyzers/performance-rules.md
130130
- name: MSTEST0001
131131
href: ../../core/testing/mstest-analyzers/mstest0001.md
132+
- name: Suppression
133+
items:
134+
- name: Overview
135+
href: ../../core/testing/mstest-analyzers/suppression-rules.md
136+
- name: MSTEST0027
137+
href: ../../core/testing/mstest-analyzers/mstest0027.md
138+
- name: MSTEST0028
139+
href: ../../core/testing/mstest-analyzers/mstest0028.md
140+
- name: MSTEST0033
141+
href: ../../core/testing/mstest-analyzers/mstest0033.md
132142
- name: Usage
133143
items:
134144
- name: Overview

0 commit comments

Comments
 (0)