Skip to content

Commit e67d868

Browse files
authored
Elide duplicate rows in tables
1 parent a6b6fe9 commit e67d868

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

docs/c-runtime-library/is-isw-routines.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ Character has property specified by the `desc` argument. For each valid value of
126126
| `_LOWER` | `iswlower(c)` |
127127
| `_ALPHA | _BLANK | _DIGIT | _PUNCT` | `iswprint(c)` |
128128
| `_PUNCT` | `iswpunct(c)` |
129-
| `_BLANK` | `iswblank(c)` |
130129
| `_SPACE` | `iswspace(c)` |
131130
| `_UPPER` | `iswupper(c)` |
132131
| `_HEX` | `iswxdigit(c)` |

docs/c-runtime-library/routine-mappings.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ For related information, see [Generic-text mappings in tchar.h](../text/generic-
127127
| `_tcsnicmp` | `_strnicmp` | `_mbsnbicmp` | `_wcsnicmp` |
128128
| `_tcsnicoll` | `_strnicoll` | `_mbsnbicoll` | `_wcsnicoll` |
129129
| `_tcsninc` | `_strninc` | `_mbsninc` | `_wcsninc` |
130-
| `_tcsnccnt` | `_strncnt` | `_mbsnccnt` | `_wcsncnt` |
131130
| `_tcsnset` | `_strnset` | `_mbsnbset` | `_wcsnset` |
132131
| `_tcspbrk` | `strpbrk` | `_mbspbrk` | `wcspbrk` |
133132
| `_tcsspnp` | `_strspnp` | `_mbsspnp` | `_wcsspnp` |

docs/mfc/reference/cmfctoolbar-class.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ class CMFCToolBar : public CMFCBaseToolBar
4747
|[`CMFCToolBar::CanBeClosed`](#canbeclosed)|Specifies whether a user can close the toolbar. (Overrides [`CBasePane::CanBeClosed`](../../mfc/reference/cbasepane-class.md#canbeclosed).)|
4848
|[`CMFCToolBar::CanBeRestored`](#canberestored)|Determines whether the system can restore a toolbar to its original state after customization.|
4949
|[`CMFCToolBar::CanFocus`](#canfocus)|Specifies whether the pane can receive focus. (Overrides [`CBasePane::CanFocus`](../../mfc/reference/cbasepane-class.md#canfocus).)|
50-
|[`CMFCToolBar::CanHandleSiblings`](#canhandlesiblings)|Determines whether the toolbar and its sibling are positioned on the same pane.|
5150
|[`CMFCToolBar::CommandToIndex`](#commandtoindex)|Returns the index of the button in the toolbar with a specified command ID.|
5251
|[`CMFCToolBar::Create`](#create)|Creates a `CMFCToolBar` object.|
5352
|[`CMFCToolBar::CreateEx`](#createex)|Creates a `CMFCToolBar` object that uses additional style options, such as large icons.|

docs/mfc/reference/cpane-class.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ class CPane : public CBasePane
7575
|[CPane::OnPressCloseButton](#onpressclosebutton)|Called by the framework when the user chooses the Close button on the caption for the pane.|
7676
|`CPane::OnProcessDblClk`|Used internally.|
7777
|[CPane::OnShowControlBarMenu](#onshowcontrolbarmenu)|Called by the framework when a special pane menu is about to be displayed.|
78-
|[CPane::OnShowControlBarMenu](#onshowcontrolbarmenu)|Called by the framework when a special pane menu is about to be displayed.|
7978
|`CPane::PrepareToDock`|Used internally.|
8079
|[CPane::RecalcLayout](#recalclayout)|Recalculates layout information for the pane. (Overrides [CBasePane::RecalcLayout](../../mfc/reference/cbasepane-class.md#recalclayout).)|
8180
|[CPane::SaveState](#savestate)|Saves the state of the pane to the registry. (Overrides [CBasePane::SaveState](../../mfc/reference/cbasepane-class.md#savestate).)|

0 commit comments

Comments
 (0)