Skip to content

Commit 56b8708

Browse files
authored
fix table formatting (#47604)
1 parent 47eab86 commit 56b8708

File tree

89 files changed

+618
-618
lines changed

Some content is hidden

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

89 files changed

+618
-618
lines changed

docs/core/unmanaged-api/debugging/iclrdebugginglibraryprovider2-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Includes the [ProvideLibrary2](iclrdebugginglibraryprovider2-providelibrary2-met
2424

2525
## Methods
2626

27-
|Method|Description|
27+
| Method | Description |
2828
|------------|-----------------|
2929
|[ProvideLibrary2](iclrdebugginglibraryprovider2-providelibrary2-method.md)|Allows the debugger to provide a path to a version-specific debugging library.|
3030

docs/core/unmanaged-api/debugging/iclrdebugginglibraryprovider3-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Includes callback methods that allow common language runtime version-specific de
2424

2525
## Methods
2626

27-
|Method|Description|
27+
| Method | Description |
2828
|------------|-----------------|
2929
|[ProvideWindowsLibrary](iclrdebugginglibraryprovider3-providewindowslibrary-method.md)|Allows the debugger to provide a path to a version-specific Windows debugging library.|
3030
|[ProvideUnixLibrary](iclrdebugginglibraryprovider3-provideunixlibrary-method.md)|Allows the debugger to provide a path to a version-specific Linux or macOS debugging library.|

docs/core/unmanaged-api/debugging/libraryproviderindextype-enumeration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ typedef enum
3535

3636
## Members
3737

38-
|Member|Description|
38+
| Member | Description |
3939
|------------|-----------------|
40-
|`Unknown`|Invalid index type.|
41-
|`Identity`|The index information of the requested module.|
42-
|`Runtime`|The runtime module's index information.|
40+
| `Unknown` | Invalid index type. |
41+
| `Identity` | The index information of the requested module. |
42+
| `Runtime` | The runtime module's index information. |
4343

4444
## Remarks
4545

docs/core/unmanaged-api/metadata/enumerations/assemblyrefflags-enumeration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ typedef enum {
2727

2828
## Members
2929

30-
|Member|Description|
30+
| Member | Description |
3131
|------------|-----------------|
32-
|`arfFullOriginator`|Specifies that the assembly reference contains full, unhashed information about the publisher of the assembly.|
32+
| `arfFullOriginator` | Specifies that the assembly reference contains full, unhashed information about the publisher of the assembly. |
3333

3434
## Requirements
3535

docs/core/unmanaged-api/metadata/enumerations/corassemblyflags-enumeration.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,17 @@ typedef enum CorAssemblyFlags {
5959
| `afPA_AMD64` | Indicates that the processor architecture is x86-64 (PE32+). |
6060
| `afPA_ARM` | Indicates that the processor architecture is ARM (PE32). |
6161
| `afPA_ARM64` | Indicates that the processor architecture is ARM64 (PE32+). |
62-
|`afPA_NoPlatform`|Indicates that the assembly is a reference assembly; that is, it applies to any architecture but cannot run on any architecture. Thus, the flag is the same as `afPA_Mask`.|
63-
|`afPA_Specified`|Indicates that the processor architecture flags should be propagated to the `AssemblyRef` record.|
64-
|`afPA_Mask`|A mask that describes the processor architecture.|
65-
|`afPA_FullMask`|Specifies that the processor architecture description is included.|
66-
|`afPA_Shift`|Indicates a shift count in the processor architecture flags to and from the index.|
67-
|`afEnableJITcompileTracking`|Indicates the corresponding value from the <xref:System.Diagnostics.DebuggableAttribute.DebuggingModes> of the <xref:System.Diagnostics.DebuggableAttribute>.|
68-
|`afDisableJITcompileOptimizer`|Indicates the corresponding value from the <xref:System.Diagnostics.DebuggableAttribute.DebuggingModes> of the <xref:System.Diagnostics.DebuggableAttribute>.|
69-
|`afRetargetable`|Indicates that the assembly can be retargeted at run time to an assembly from a different publisher.|
70-
|`afContentType_Mask`|A mask that describes the content type.|
71-
|`afContentType_Default`|Indicates the default content type.|
72-
|`afContentType_WindowsRuntime`|Indicates the Windows Runtime content type.|
62+
| `afPA_NoPlatform` |Indicates that the assembly is a reference assembly; that is, it applies to any architecture but cannot run on any architecture. Thus, the flag is the same as `afPA_Mask`.|
63+
| `afPA_Specified` | Indicates that the processor architecture flags should be propagated to the `AssemblyRef` record. |
64+
| `afPA_Mask` | A mask that describes the processor architecture. |
65+
| `afPA_FullMask` | Specifies that the processor architecture description is included. |
66+
| `afPA_Shift` | Indicates a shift count in the processor architecture flags to and from the index. |
67+
| `afEnableJITcompileTracking` |Indicates the corresponding value from the <xref:System.Diagnostics.DebuggableAttribute.DebuggingModes> of the <xref:System.Diagnostics.DebuggableAttribute>.|
68+
| `afDisableJITcompileOptimizer` |Indicates the corresponding value from the <xref:System.Diagnostics.DebuggableAttribute.DebuggingModes> of the <xref:System.Diagnostics.DebuggableAttribute>.|
69+
| `afRetargetable` | Indicates that the assembly can be retargeted at run time to an assembly from a different publisher. |
70+
| `afContentType_Mask` | A mask that describes the content type. |
71+
| `afContentType_Default` | Indicates the default content type. |
72+
| `afContentType_WindowsRuntime` | Indicates the Windows Runtime content type. |
7373

7474
## Requirements
7575

docs/core/unmanaged-api/metadata/enumerations/cordeclsecurity-enumeration.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -49,29 +49,29 @@ typedef enum CorDeclSecurity {
4949

5050
## Members
5151

52-
|Member|Description|
52+
| Member | Description |
5353
|------------|-----------------|
54-
|`dclActionMask`|Reserved.|
55-
|`dclActionNil`|Reserved.|
56-
|`dclRequest`|Reserved.|
57-
|`dclDemand`|All callers higher in the call stack are required to have been granted the permission specified by the current permission object.|
58-
|`dclAssert`|The calling code can access the resource identified by the current permission object, even if callers higher in the stack have not been granted permission to access the resource|
59-
|`dclDeny`|The ability to access the resource specified by the current permission object is denied to callers, even if they have been granted permission to access it.|
60-
|`dclPermitOnly`|Only the resources specified by this permission object can be accessed, even if the code has been granted permission to access other resources.|
61-
|`dclLinktimeCheck`|The immediate caller is required to have been granted the specified permission for a given period of time.|
62-
|`dclInheritanceCheck`|The derived class inheriting another class or overriding a method is required to have been granted the specified permission.|
63-
|`dclRequestMinimum`|The caller can request for the minimum permissions required for code to run. This action can only be used within the scope of the assembly.|
64-
|`dclRequestOptional`|The caller can request for additional permissions that are optional (not required to run). This request implicitly refuses all other permissions not specifically requested. This action can only be used within the scope of the assembly.|
65-
|`dclRequestRefuse`|The caller's request for permissions that might be misused will not be granted. This action can only be used within the scope of the assembly.|
66-
|`dclPrejitGrant`|Reserved.|
67-
|`dclPrejitDenied`|Reserved.|
68-
|`dclNonCasDemand`|Reserved.|
69-
|`dclNonCasLinkDemand`|The immediate caller is required to have been granted the specified permission.|
70-
|`dclNonCasInheritance`|Reserved.|
71-
|`dclLinkDemandChoice`|Reserved.|
72-
|`dclInheritanceDemandChoice`|Reserved.|
73-
|`dclDemandChoice`|Reserved.|
74-
|`dclMaximumValue`|Reserved.|
54+
| `dclActionMask` | Reserved. |
55+
| `dclActionNil` | Reserved. |
56+
| `dclRequest` | Reserved. |
57+
| `dclDemand` | All callers higher in the call stack are required to have been granted the permission specified by the current permission object. |
58+
| `dclAssert` |The calling code can access the resource identified by the current permission object, even if callers higher in the stack have not been granted permission to access the resource|
59+
| `dclDeny` | The ability to access the resource specified by the current permission object is denied to callers, even if they have been granted permission to access it. |
60+
| `dclPermitOnly` | Only the resources specified by this permission object can be accessed, even if the code has been granted permission to access other resources. |
61+
| `dclLinktimeCheck` | The immediate caller is required to have been granted the specified permission for a given period of time. |
62+
| `dclInheritanceCheck` | The derived class inheriting another class or overriding a method is required to have been granted the specified permission. |
63+
| `dclRequestMinimum` | The caller can request for the minimum permissions required for code to run. This action can only be used within the scope of the assembly. |
64+
| `dclRequestOptional` | The caller can request for additional permissions that are optional (not required to run). This request implicitly refuses all other permissions not specifically requested. This action can only be used within the scope of the assembly. |
65+
| `dclRequestRefuse` | The caller's request for permissions that might be misused will not be granted. This action can only be used within the scope of the assembly. |
66+
| `dclPrejitGrant` | Reserved. |
67+
| `dclPrejitDenied` | Reserved. |
68+
| `dclNonCasDemand` | Reserved. |
69+
| `dclNonCasLinkDemand` | The immediate caller is required to have been granted the specified permission. |
70+
| `dclNonCasInheritance` | Reserved. |
71+
| `dclLinkDemandChoice` | Reserved. |
72+
| `dclInheritanceDemandChoice` | Reserved. |
73+
| `dclDemandChoice` | Reserved. |
74+
| `dclMaximumValue` | Reserved. |
7575

7676
## Requirements
7777

docs/core/unmanaged-api/metadata/enumerations/corerrorifemitoutoforder-enumeration.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ typedef enum CorErrorIfEmitOutOfOrder {
3636

3737
## Members
3838

39-
|Member|Description|
39+
| Member | Description |
4040
|------------|-----------------|
41-
|`MDErrorOutOfOrderDefault`|Indicates the default behavior, which does not generate error messages.|
42-
|`MDErrorOutOfOrderNone`|Indicates that the compiler should not generate error messages.|
43-
|`MDErrorOutOfOrderAll`|Indicates that the compiler should generate an error message when a field, property, event, method, or parameter is emitted out of order.|
44-
|`MDMethodOutOfOrder`|Indicates that the compiler should generate an error message when a method is emitted out of order.|
45-
|`MDFieldOutOfOrder`|Indicates that the compiler should generate an error message when a field is emitted out of order.|
46-
|`MDParamOutOfOrder`|Indicates that the compiler should generate an error message when a parameter is emitted out of order.|
47-
|`MDPropertyOutOfOrder`|Indicates that the compiler should generate an error message when a property is emitted out of order.|
48-
|`MDEventOutOfOrder`|Indicates that the compiler should generate an error message when an event is emitted out of order.|
41+
| `MDErrorOutOfOrderDefault` | Indicates the default behavior, which does not generate error messages. |
42+
| `MDErrorOutOfOrderNone` | Indicates that the compiler should not generate error messages. |
43+
| `MDErrorOutOfOrderAll` | Indicates that the compiler should generate an error message when a field, property, event, method, or parameter is emitted out of order. |
44+
| `MDMethodOutOfOrder` | Indicates that the compiler should generate an error message when a method is emitted out of order. |
45+
| `MDFieldOutOfOrder` | Indicates that the compiler should generate an error message when a field is emitted out of order. |
46+
| `MDParamOutOfOrder` | Indicates that the compiler should generate an error message when a parameter is emitted out of order. |
47+
| `MDPropertyOutOfOrder` | Indicates that the compiler should generate an error message when a property is emitted out of order. |
48+
| `MDEventOutOfOrder` | Indicates that the compiler should generate an error message when an event is emitted out of order. |
4949

5050
## Requirements
5151

docs/core/unmanaged-api/metadata/enumerations/corfileflags-enumeration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ typedef enum CorFileFlags {
3030

3131
## Members
3232

33-
|Member|Description|
33+
| Member | Description |
3434
|------------|-----------------|
35-
|`ffContainsMetaData`|Indicates that the file is not a resource file.|
36-
|`ffContainsNoMetaData`|Indicates that the file, possibly a resource file, does not contain metadata.|
35+
| `ffContainsMetaData` | Indicates that the file is not a resource file. |
36+
| `ffContainsNoMetaData` | Indicates that the file, possibly a resource file, does not contain metadata. |
3737

3838
## Requirements
3939

docs/core/unmanaged-api/metadata/enumerations/corfilemapping-enumeration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ typedef enum CorFileMapping {
3030

3131
## Members
3232

33-
|Member|Description|
33+
| Member | Description |
3434
|------------|-----------------|
35-
|`fmFlat`|The file is mapped as a data file. That is, the `SEC_IMAGE` flag was not passed to the Microsoft Win32 `CreateFileMapping` function.|
36-
|`fmExecutableImage`|The file is mapped for execution, by using either the `LoadLibrary` function or the `CreateFileMapping` function with the `SEC_IMAGE` flag.|
35+
| `fmFlat` |The file is mapped as a data file. That is, the `SEC_IMAGE` flag was not passed to the Microsoft Win32 `CreateFileMapping` function.|
36+
| `fmExecutableImage` | The file is mapped for execution, by using either the `LoadLibrary` function or the `CreateFileMapping` function with the `SEC_IMAGE` flag. |
3737

3838
## Requirements
3939

docs/core/unmanaged-api/metadata/enumerations/corgenericparamattr-enumeration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ typedef enum CorGenericParamAttr {
4848
| `gpSpecialConstraintMask` | Special constraints can apply to any <xref:System.Type> parameter. |
4949
| `gpNoSpecialConstraint` | Indicates that no constraint applies to the <xref:System.Type> parameter. |
5050
| `gpReferenceTypeConstraint` | Indicates that the <xref:System.Type> parameter must be a reference type. |
51-
|`gpNotNullableValueTypeConstraint`|Indicates that the <xref:System.Type> parameter must be a value type that cannot be a null value.|
52-
|`gpDefaultConstructorConstraint`|Indicates that the <xref:System.Type> parameter must have a default public constructor that takes no parameters.|
53-
|`gpAllowByRefLike`|Indicates that the <xref:System.Type> parameter can be a [byref-like type](xref:System.Type.IsByRefLike). (available since .NET 7) |
51+
| `gpNotNullableValueTypeConstraint` |Indicates that the <xref:System.Type> parameter must be a value type that cannot be a null value.|
52+
| `gpDefaultConstructorConstraint` |Indicates that the <xref:System.Type> parameter must have a default public constructor that takes no parameters.|
53+
| `gpAllowByRefLike` |Indicates that the <xref:System.Type> parameter can be a [byref-like type](xref:System.Type.IsByRefLike). (Available since .NET 7.) |
5454

5555
## Requirements
5656

0 commit comments

Comments
 (0)