Skip to content

Commit b0ca010

Browse files
authored
Merge pull request #3067 from corob-msft/docs/corob/table-update-attribute-context
Bulk fix of Attribute Context - add table heading
2 parents a794c38 + 352be3e commit b0ca010

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+104
-312
lines changed

docs/windows/attributes/aggregatable.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ class CMyClass {};
6060
6161
## Requirements
6262
63-
### Attribute Context
64-
65-
|||
63+
| Attribute context | Value |
6664
|-|-|
6765
|**Applies to**|**`class`**, **`struct`**|
6866
|**Repeatable**|No|

docs/windows/attributes/aggregates.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ struct CObject : IObject
6868
6969
## Requirements
7070
71-
### Attribute Context
72-
73-
|||
71+
| Attribute context | Value |
7472
|-|-|
7573
|**Applies to**|**`class`**, **`struct`**|
7674
|**Repeatable**|Yes|

docs/windows/attributes/appobject.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ class A : public ICustom {
4040
4141
## Requirements
4242
43-
### Attribute Context
44-
45-
|||
43+
| Attribute context | Value |
4644
|-|-|
4745
|**Applies to**|**`class`**, **`struct`**|
4846
|**Repeatable**|No|

docs/windows/attributes/async-uuid.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ __interface ICustom {
4040
4141
## Requirements
4242
43-
### Attribute Context
44-
45-
|||
43+
| Attribute context | Value |
4644
|-|-|
4745
|**Applies to**|`interface`|
4846
|**Repeatable**|No|

docs/windows/attributes/bindable.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@ __interface IPropDemo : IDispatch {
5252
5353
## Requirements
5454
55-
### Attribute Context
56-
57-
|||
55+
| Attribute context | Value |
5856
|-|-|
5957
|**Applies to**|Interface method|
6058
|**Repeatable**|No|

docs/windows/attributes/call-as.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ __interface IMInterface {
4242

4343
## Requirements
4444

45-
### Attribute Context
46-
47-
|||
45+
| Attribute context | Value |
4846
|-|-|
4947
|**Applies to**|Interface method|
5048
|**Repeatable**|No|

docs/windows/attributes/case-cpp.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@ struct SizedValue2 {
5757

5858
## Requirements
5959

60-
### Attribute Context
61-
62-
|||
60+
| Attribute context | Value |
6361
|-|-|
6462
|**Applies to**|Member of a **`class`** or **`struct`**|
6563
|**Repeatable**|No|

docs/windows/attributes/coclass.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,7 @@ public:
119119

120120
## Requirements
121121

122-
### Attribute Context
123-
124-
|||
122+
| Attribute context | Value |
125123
|-|-|
126124
|**Applies to**|**`class`**, **`struct`**|
127125
|**Repeatable**|No|

docs/windows/attributes/com-interface-entry-cpp.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,7 @@ END_COM_MAP()
9797
9898
## Requirements
9999
100-
### Attribute Context
101-
102-
|||
100+
| Attribute context | Value |
103101
|-|-|
104102
|**Applies to**|**`class`**, **`struct`**|
105103
|**Repeatable**|Yes|

docs/windows/attributes/control.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ class CTest : public ICustom {};
3838
3939
## Requirements
4040
41-
### Attribute Context
42-
43-
|||
41+
| Attribute context | Value |
4442
|-|-|
4543
|**Applies to**|**`class`**, **`struct`**|
4644
|**Repeatable**|No|

0 commit comments

Comments
 (0)