Skip to content

Commit d47209b

Browse files
author
Colin Robertson
committed
Fix more empty table headers
1 parent 4777009 commit d47209b

File tree

229 files changed

+889
-816
lines changed

Some content is hidden

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

229 files changed

+889
-816
lines changed

docs/mfc/reference/cdatarecoveryhandler-class.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ class CDataRecoveryHandler : public CObject
1919

2020
### Constructors
2121

22-
|||
22+
|Name|Description|
2323
|-|-|
2424
|[CDataRecoveryHandler::CDataRecoveryHandler](#cdatarecoveryhandler)|Constructs a `CDataRecoveryHandler` object.|
2525

2626
### Methods
2727

28-
|||
28+
|Name|Description|
2929
|-|-|
3030
|[CDataRecoveryHandler::AutosaveAllDocumentInfo](#autosavealldocumentinfo)|Autosaves each file registered with the `CDataRecoveryHandler` class.|
3131
|[CDataRecoveryHandler::AutosaveDocumentInfo](#autosavedocumentinfo)|Autosaves the specified document.|
@@ -57,7 +57,7 @@ class CDataRecoveryHandler : public CObject
5757

5858
### Data Members
5959

60-
|||
60+
|Name|Description|
6161
|-|-|
6262
|m_bRestoringPreviousOpenDocs|Indicates whether the data recovery handler reopens previously open documents.|
6363
|m_bSaveDocumentInfoOnIdle|Indicates whether the data recovery handler autosaves documents on the next idle loop.|

docs/mfc/reference/cdhtmldialog-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ The DDX_DHtml helper macros allow easy access to the commonly used properties of
124124

125125
### Data Exchange Macros
126126

127-
|||
127+
|Name|Description|
128128
|-|-|
129129
|[DDX_DHtml_ElementValue](../../mfc/reference/ddx-dhtml-helper-macros.md#ddx_dhtml_elementvalue)|Sets or retrieves the Value property from the selected control.|
130130
|[DDX_DHtml_ElementInnerText](../../mfc/reference/ddx-dhtml-helper-macros.md#ddx_dhtml_elementinnertext)|Sets or retrieves the text between the start and end tags of the current element.|

docs/mfc/reference/cexception-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Because `CException` is an abstract base class you cannot create `CException` ob
3636

3737
The derived classes and their descriptions are listed below:
3838

39-
|||
39+
|Name|Description|
4040
|-|-|
4141
|[CSimpleException](../../mfc/reference/csimpleexception-class.md)|A base class for resource-critical MFC exceptions|
4242
|[CInvalidArgException](../../mfc/reference/cinvalidargexception-class.md)|Invalid argument exception condition|

docs/mfc/reference/cframewndex-class.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ TRUE if the point is located in an alignment zone; otherwise, FALSE.
604604
605605
The following table lists the possible values for the *dwBarAlignment* parameter.
606606
607-
|||
607+
|Value|Description|
608608
|-|-|
609609
|CBRS_ALIGN_TOP|Aligned to the top. |
610610
|CBRS_ALIGN_RIGHT|Aligned to the right. |
@@ -718,7 +718,7 @@ afx_msg void OnActivate(
718718
719719
The following table lists the possible values for the *nState* parameter.
720720
721-
|||
721+
|Value|Description|
722722
|-|-|
723723
|WA_ACTIVE|The frame is selected by a method other than a mouse click. |
724724
|WA_CLICKACTIVE|The frame is selected by a mouse click. |
@@ -1137,11 +1137,11 @@ afx_msg LRESULT OnMenuChar(
11371137
11381138
The high-order word must be one of the following values.
11391139
1140-
|||
1141-
|-|-|
1142-
`0` | The framework should ignore the keystroke.
1143-
`1` | The framework should close the menu.
1144-
`2` | The framework should select one of the items displayed in the menu. The low-order word contains the ID of the command to select.
1140+
| Value | Description |
1141+
|--|--|
1142+
| `0` | The framework should ignore the keystroke. |
1143+
| `1` | The framework should close the menu. |
1144+
| `2` | The framework should select one of the items displayed in the menu. The low-order word contains the ID of the command to select. |
11451145
11461146
## <a name="onmousemove"></a> CFrameWndEx::OnMouseMove
11471147

docs/mfc/reference/cftpconnection-class.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,9 @@ A pointer to a string that will receive the name of the directory.
209209
*lpdwLen*<br/>
210210
A pointer to a DWORD that contains the following information:
211211

212-
|||
213-
|-|-|
214-
|On entry|The size of the buffer referenced by *pstrDirName*.|
215-
|On return|The number of characters stored to *pstrDirName*. If the member function fails and ERROR_INSUFFICIENT_BUFFER is returned, then *lpdwLen* contains the number of bytes that the application must allocate in order to receive the string.|
212+
On entry: The size of the buffer referenced by *pstrDirName*.
213+
214+
On return: The number of characters stored to *pstrDirName*. If the member function fails and ERROR_INSUFFICIENT_BUFFER is returned, then *lpdwLen* contains the number of bytes that the application must allocate in order to receive the string.
216215

217216
### Return Value
218217

@@ -247,10 +246,9 @@ A pointer to a string that will receive the name of the directory.
247246
*lpdwLen*<br/>
248247
A pointer to a DWORD that contains the following information:
249248

250-
|||
251-
|-|-|
252-
|On entry|The size of the buffer referenced by *pstrDirName*.|
253-
|On return|The number of characters stored to *pstrDirName*. If the member function fails and ERROR_INSUFFICIENT_BUFFER is returned, then *lpdwLen* contains the number of bytes that the application must allocate in order to receive the string.|
249+
On entry: The size of the buffer referenced by *pstrDirName*.
250+
251+
On return: The number of characters stored to *pstrDirName*. If the member function fails and ERROR_INSUFFICIENT_BUFFER is returned, then *lpdwLen* contains the number of bytes that the application must allocate in order to receive the string.
254252

255253
### Return Value
256254

docs/mfc/reference/ckeyboardmanager-class.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,14 @@ class CKeyboardManager : public CObject
1919

2020
### Public Constructors
2121

22-
|||
23-
|-|-|
2422
|Name|Description|
23+
|-|-|
2524
|[CKeyboardManager::CKeyboardManager](#ckeyboardmanager)|Constructs a `CKeyboardManager` object.|
2625

2726
### Public Methods
2827

29-
|||
30-
|-|-|
3128
|Name|Description|
29+
|-|-|
3230
|[CKeyboardManager::CleanUp](#cleanup)|Clears the shortcut key tables.|
3331
|[CKeyboardManager::FindDefaultAccelerator](#finddefaultaccelerator)|Retrieves the default shortcut key for the specified command and window.|
3432
|[CKeyboardManager::IsKeyHandled](#iskeyhandled)|Determines whether a key is handled by the accelerator table.|

docs/mfc/reference/class-factories-and-licensing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The following table lists several macros and functions used to declare and imple
1414

1515
### Class Factories and Licensing
1616

17-
|||
17+
|Macro or function|Description|
1818
|-|-|
1919
|[DECLARE_OLECREATE_EX](#declare_olecreate_ex)|Declares the class factory for an OLE control or property page.|
2020
|[IMPLEMENT_OLECREATE_EX](#implement_olecreate_ex)|Implements the control's `GetClassID` function and declares an instance of the class factory.|

docs/mfc/reference/cmditabinfo-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ CMFCTabCtrl::Style m_style
179179

180180
Specify one of the following styles for the tab labels:
181181

182-
|||
182+
|Macro|Description|
183183
|-|-|
184184
|STYLE_3D|3D style. |
185185
|STYLE_3D_ONENOTE|Microsoft OneNote style. |

docs/mfc/reference/cmfcbasevisualmanager-class.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,15 @@ class CMFCBaseVisualManager: public CObject
2323

2424
### Public Constructors
2525

26-
|||
27-
|-|-|
2826
|Name|Description|
27+
|-|-|
2928
|[CMFCBaseVisualManager::CMFCBaseVisualManager](#cmfcbasevisualmanager)|Constructs and initializes a `CMFCBaseVisualManager` object.|
3029
|`CMFCBaseVisualManager::~CMFCBaseVisualManager`|Destructor.|
3130

3231
### Public Methods
3332

34-
|||
35-
|-|-|
3633
|Name|Description|
34+
|-|-|
3735
|[CMFCBaseVisualManager::DrawCheckBox](#drawcheckbox)|Draws a check box control by using the current Windows theme.|
3836
|[CMFCBaseVisualManager::DrawComboBorder](#drawcomboborder)|Draws a combo box border using the current Windows theme.|
3937
|[CMFCBaseVisualManager::DrawComboDropButton](#drawcombodropbutton)|Draws a combo box drop-down button using the current Windows theme.|
@@ -45,9 +43,8 @@ class CMFCBaseVisualManager: public CObject
4543

4644
### Protected Methods
4745

48-
|||
49-
|-|-|
5046
|Name|Description|
47+
|-|-|
5148
|[CMFCBaseVisualManager::CleanUpThemes](#cleanupthemes)|Calls `CloseThemeData` for all handles obtained in `UpdateSystemColors`.|
5249
|[CMFCBaseVisualManager::UpdateSystemColors](#updatesystemcolors)|Calls `OpenThemeData` to obtain handles for drawing various controls: windows, toolbars, buttons, and so on.|
5350

docs/mfc/reference/cmfccmdusagecount-class.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,15 @@ class CMFCCmdUsageCount : public CObject
1919

2020
### Public Constructors
2121

22-
|||
23-
|-|-|
2422
|Name|Description|
23+
|-|-|
2524
|`CMFCCmdUsageCount::CMFCCmdUsageCount`|Default constructor.|
2625
|`CMFCCmdUsageCount::~CMFCCmdUsageCount`|Destructor.|
2726

2827
### Public Methods
2928

30-
|||
31-
|-|-|
3229
|Name|Description|
30+
|-|-|
3331
|[CMFCCmdUsageCount::AddCmd](#addcmd)|Increments by one the counter that is associated with the given command.|
3432
|[CMFCCmdUsageCount::GetCount](#getcount)|Retrieves the usage count that is associated with the given command ID.|
3533
|[CMFCCmdUsageCount::HasEnoughInformation](#hasenoughinformation)|Determines whether this object has collected the minimum amount of tracking data.|
@@ -40,9 +38,8 @@ class CMFCCmdUsageCount : public CObject
4038

4139
### Data Members
4240

43-
|||
44-
|-|-|
4541
|Name|Description|
42+
|-|-|
4643
|`m_CmdUsage`|A `CMap` object that maps commands to their usage counts.|
4744
|`m_nMinUsagePercentage`|The minimum usage percentage for a command to be frequently used.|
4845
|`m_nStartCount`|The start counter that is used to determine whether this object has collected the minimum amount of tracking data.|

0 commit comments

Comments
 (0)