Skip to content

Commit fbde6f6

Browse files
author
Colin Robertson
committed
Bulk fix column-header-missing
1 parent 18ac0b0 commit fbde6f6

File tree

48 files changed

+245
-188
lines changed

Some content is hidden

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

48 files changed

+245
-188
lines changed

docs/build-insights/reference/sdk/c-event-data-types/cl-pass-data-struct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ typedef struct CL_PASS_DATA_TAG
2929

3030
## Members
3131

32-
| | |
32+
| Name | Description |
3333
|--|--|
3434
| `TranslationUnitPassCode` | A code identifying the compilation pass being executed. For more information, see [TRANSLATION_UNIT_PASS_CODE](translation-unit-pass-code-enum.md). |
3535
| `InputSourcePath` | The C or C++ source file on which this compilation pass is being executed. |

docs/build-insights/reference/sdk/c-event-data-types/event-collection-data-struct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ typedef struct EVENT_COLLECTION_DATA_TAG
2828

2929
## Members
3030

31-
| | |
31+
| Name | Description |
3232
|--|--|
3333
| `Count` | The number of `EVENT_DATA` elements in the array. |
3434
| `Elements` | Pointer to the first `EVENT_DATA` element in the array. |

docs/build-insights/reference/sdk/c-event-data-types/event-data-struct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ typedef struct EVENT_DATA_TAG
4646

4747
## Members
4848

49-
| | |
49+
| Name | Description |
5050
|--|--|
5151
| `EventId` | A number that identifies the event. For a list of event identifiers, see [EVENT_ID](event-id-enum.md). |
5252
| `EventInstanceId` | A number that uniquely identifies the current event inside a trace. This value doesn't change when analyzing or relogging the same trace multiple times. Use this field to identify the same event in multiple analysis or relogging passes over the same trace. |

docs/build-insights/reference/sdk/c-event-data-types/file-data-struct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ typedef struct FILE_DATA_TAG
2828

2929
## Members
3030

31-
| | |
31+
| Name | Description |
3232
|--|--|
3333
| `Path` | The file's absolute path |
3434
| `TypeCode` | A code describing the type of the file. For more information, see [FILE_TYPE_CODE](file-type-code-enum.md). |

docs/build-insights/reference/sdk/c-event-data-types/front-end-file-data-struct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ typedef struct FRONT_END_FILE_DATA_TAG
2727

2828
## Members
2929

30-
| | |
30+
| Name | Description |
3131
|--|--|
3232
| `Path` | The file's absolute path, encoded in UTF-8. |
3333

docs/build-insights/reference/sdk/c-event-data-types/function-data-struct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ typedef struct FUNCTION_DATA_TAG
2727

2828
## Members
2929

30-
| | |
30+
| Name | Description |
3131
|--|--|
3232
| `Name` | The function's name, encoded in UTF-8. |
3333

docs/build-insights/reference/sdk/c-event-data-types/function-force-inlinee-data-struct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ typedef struct FUNCTION_FORCE_INLINEE_DATA_TAG
2828

2929
## Members
3030

31-
| | |
31+
| Name | Description |
3232
|--|--|
3333
| `Name` | The function's name, encoded in UTF-8. |
3434
| `Size` | The function's size, as a number of intermediate instructions. |

docs/build-insights/reference/sdk/c-event-data-types/invocation-data-struct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ typedef struct INVOCATION_DATA_TAG
3333

3434
## Members
3535

36-
| | |
36+
| Name | Description |
3737
|--|--|
3838
| `MSVCToolCode` | A code that identifies the invocation's type. For more information, see [MSVC_TOOL_CODE](msvc-tool-code-enum.md). |
3939
| `ToolVersion` | An object that stores the invoked tool's version as a group of integral values. |

docs/build-insights/reference/sdk/c-event-data-types/invocation-version-data-struct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ typedef struct INVOCATION_VERSION_DATA_TAG
3030

3131
## Members
3232

33-
| | |
33+
| Name | Description |
3434
|--|--|
3535
| `VersionMajor` | The version's major number. |
3636
| `VersionMinor` | The version's minor number. |

docs/build-insights/reference/sdk/c-event-data-types/name-value-pair-data-struct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ typedef struct NAME_VALUE_PAIR_DATA_TAG
2727

2828
## Members
2929

30-
| | |
30+
| Name | Description |
3131
|--|--|
3232
| `Name` | The name. |
3333
| `Value` | The value. |

0 commit comments

Comments
 (0)