Skip to content

Commit b1b0086

Browse files
authored
Add missing space character after links
1 parent 68e1b89 commit b1b0086

18 files changed

+33
-33
lines changed

docs/atl/reference/catltemporaryfile-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ Returns the LPCTSTR pointing to the file name.
357357

358358
### Remarks
359359

360-
The file name is generated in [CAtlTemporaryFile::CAtlTemporaryFile](#catltemporaryfile) with a call to the [GetTempFile](/windows/win32/api/fileapi/nf-fileapi-gettempfilenamew)Windows SDK function. The file extension will always be "TFR" for the temporary file.
360+
The file name is generated in [CAtlTemporaryFile::CAtlTemporaryFile](#catltemporaryfile) with a call to the [GetTempFile](/windows/win32/api/fileapi/nf-fileapi-gettempfilenamew) Windows SDK function. The file extension will always be "TFR" for the temporary file.
361361

362362
## <a name="unlockrange"></a> CAtlTemporaryFile::UnlockRange
363363

docs/c-runtime-library/data-alignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The following C run-time functions support data alignment.
1414

1515
| Routine | Use |
1616
|---|---|
17-
| [`_aligned_free`](./reference/aligned-free.md) | Frees a block of memory that was allocated with [`_aligned_malloc`](./reference/aligned-malloc.md)or [`_aligned_offset_malloc`](./reference/aligned-offset-malloc.md). |
17+
| [`_aligned_free`](./reference/aligned-free.md) | Frees a block of memory that was allocated with [`_aligned_malloc`](./reference/aligned-malloc.md) or [`_aligned_offset_malloc`](./reference/aligned-offset-malloc.md). |
1818
| [`_aligned_free_dbg`](./reference/aligned-free-dbg.md) | Frees a block of memory that was allocated with [`_aligned_malloc`](./reference/aligned-malloc.md) or [`_aligned_offset_malloc`](./reference/aligned-offset-malloc.md) (debug only). |
1919
| [`_aligned_malloc`](./reference/aligned-malloc.md) | Allocates memory on a specified alignment boundary. |
2020
| [`_aligned_malloc_dbg`](./reference/aligned-malloc-dbg.md) | Allocates memory on a specified alignment boundary with extra space for a debugging header and overwrite buffers (debug version only). |

docs/error-messages/compiler-errors-2/compiler-error-c2978.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.assetid: 5e7bee82-e266-4ccd-ad2e-ee89606ec5bf
1010

1111
syntax error : expected 'keyword1' or 'keyword2'; found type 'keyword3'; non-type parameters are not supported in generics
1212

13-
A generic class was declared incorrectly. See [Generics](../../extensions/generics-cpp-component-extensions.md)for more information.
13+
A generic class was declared incorrectly. See [Generics](../../extensions/generics-cpp-component-extensions.md) for more information.
1414

1515
## Example
1616

docs/mfc/reference/cbasepane-class.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class CBasePane : public CWnd
8080
|[CBasePane::GetMFCStyle](#getmfcstyle)|Returns the pane styles specific to MFC.|
8181
|[CBasePane::GetPaneIcon](#getpaneicon)|Returns a handle to the pane icon.|
8282
|`CBasePane::GetPaneRect`|Used internally.|
83-
|[CBasePane::GetPaneRow](#getpanerow)|Returns a pointer to the [CDockingPanesRow](../../mfc/reference/cdockingpanesrow-class.md)object where the pane is docked.|
83+
|[CBasePane::GetPaneRow](#getpanerow)|Returns a pointer to the [CDockingPanesRow](../../mfc/reference/cdockingpanesrow-class.md) object where the pane is docked.|
8484
|[CBasePane::GetPaneStyle](#getpanestyle)|Returns the pane style.|
8585
|[CBasePane::GetParentDockSite](#getparentdocksite)|Returns a pointer to the parent dock site.|
8686
|[CBasePane::GetParentMiniFrame](#getparentminiframe)|Returns a pointer to the parent mini-frame window.|
@@ -892,7 +892,7 @@ By setting *m_dockMode* or overriding `GetDockingMode` you can control the docki
892892

893893
## <a name="getdocksiteframewnd"></a> CBasePane::GetDockSiteFrameWnd
894894

895-
Returns a pointer to the [CDockingPanesRow](../../mfc/reference/cdockingpanesrow-class.md)object where the pane is docked.
895+
Returns a pointer to the [CDockingPanesRow](../../mfc/reference/cdockingpanesrow-class.md) object where the pane is docked.
896896

897897
```
898898
virtual CWnd* GetDockSiteFrameWnd() const;
@@ -967,7 +967,7 @@ The default implementation calls [CWnd::GetIcon](../../mfc/reference/cwnd-class.
967967

968968
## <a name="getpanerow"></a> CBasePane::GetPaneRow
969969

970-
Returns a pointer to the [CDockingPanesRow](../../mfc/reference/cdockingpanesrow-class.md)object where the pane is docked.
970+
Returns a pointer to the [CDockingPanesRow](../../mfc/reference/cdockingpanesrow-class.md) object where the pane is docked.
971971

972972
```
973973
CDockingPanesRow* GetPaneRow();

docs/mfc/reference/cfont-class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ BOOL CreateFont(
102102
### Parameters
103103

104104
*`nHeight`*<br/>
105-
Specifies the desired height (in logical units) of the font. See the `lfHeight` member of the [`LOGFONT`](/windows/win32/api/wingdi/ns-wingdi-logfontw)structure in the Windows SDK for a description. The absolute value of *`nHeight`* must not exceed 16,384 device units after it is converted. For all height comparisons, the font mapper looks for the largest font that does not exceed the requested size or the smallest font if all the fonts exceed the requested size.
105+
Specifies the desired height (in logical units) of the font. See the `lfHeight` member of the [`LOGFONT`](/windows/win32/api/wingdi/ns-wingdi-logfontw) structure in the Windows SDK for a description. The absolute value of *`nHeight`* must not exceed 16,384 device units after it is converted. For all height comparisons, the font mapper looks for the largest font that does not exceed the requested size or the smallest font if all the fonts exceed the requested size.
106106

107107
*`nWidth`*<br/>
108108
Specifies the average width (in logical units) of characters in the font. If *`nWidth`* is 0, the aspect ratio of the device will be matched against the digitization aspect ratio of the available fonts to find the closest match, which is determined by the absolute value of the difference.
@@ -173,7 +173,7 @@ When you finish with the `CFont` object created by the `CreateFont` function, us
173173

174174
## <a name="createfontindirect"></a> `CFont::CreateFontIndirect`
175175

176-
Initializes a `CFont` object with the characteristics given in a [`LOGFONT`](/windows/win32/api/wingdi/ns-wingdi-logfontw)structure.
176+
Initializes a `CFont` object with the characteristics given in a [`LOGFONT`](/windows/win32/api/wingdi/ns-wingdi-logfontw) structure.
177177

178178
```
179179
BOOL CreateFontIndirect(const LOGFONT* lpLogFont);

docs/mfc/reference/cmdiframewndex-class.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ class CMDIFrameWndEx : public CMDIFrameWnd
7272
|[`CMDIFrameWndEx::OnClosePopupMenu`](#onclosepopupmenu)|Called by the framework when an active pop-up menu processes a `WM_DESTROY` message.|
7373
|[`CMDIFrameWndEx::OnCmdMsg`](#oncmdmsg)|Called by the framework to route and dispatch command messages and to update command user-interface objects.|
7474
|[`CMDIFrameWndEx::OnDrawMenuImage`](#ondrawmenuimage)|Called by the framework when the image associated with a menu item is drawn.|
75-
|[`CMDIFrameWndEx::OnDrawMenuLogo`](#ondrawmenulogo)|Called by the framework when a [`CMFCPopupMenu`](../../mfc/reference/cmfcpopupmenu-class.md)processes a `WM_PAINT` message.|
75+
|[`CMDIFrameWndEx::OnDrawMenuLogo`](#ondrawmenulogo)|Called by the framework when a [`CMFCPopupMenu`](../../mfc/reference/cmfcpopupmenu-class.md) processes a `WM_PAINT` message.|
7676
|[`CMDIFrameWndEx::OnEraseMDIClientBackground`](#onerasemdiclientbackground)|Called by the framework when the MDI frame window processes a `WM_ERASEBKGND` message.|
77-
|[`CMDIFrameWndEx::OnMenuButtonToolHitTest`](#onmenubuttontoolhittest)|Called by the framework when a [`CMFCToolBarButton`](../../mfc/reference/cmfctoolbarbutton-class.md)object processes a `WM_NCHITTEST` message.|
77+
|[`CMDIFrameWndEx::OnMenuButtonToolHitTest`](#onmenubuttontoolhittest)|Called by the framework when a [`CMFCToolBarButton`](../../mfc/reference/cmfctoolbarbutton-class.md) object processes a `WM_NCHITTEST` message.|
7878
|[`CMDIFrameWndEx::OnMoveMiniFrame`](#onmoveminiframe)|Called by the framework to move a mini-frame window.|
7979
|[`CMDIFrameWndEx::OnSetPreviewMode`](#onsetpreviewmode)|Sets the application's main frame window print-preview mode. (Overrides [`CFrameWnd::OnSetPreviewMode`](../../mfc/reference/cframewnd-class.md#onsetpreviewmode).)|
8080
|[`CMDIFrameWndEx::OnShowCustomizePane`](#onshowcustomizepane)|Called by the framework when a Quick Customize pane is activated.|
@@ -1282,7 +1282,7 @@ Override this method if you want to customize image rendering for the menu item
12821282

12831283
## <a name="ondrawmenulogo"></a> `CMDIFrameWndEx::OnDrawMenuLogo`
12841284

1285-
Called by the framework when a [`CMFCPopupMenu`](../../mfc/reference/cmfcpopupmenu-class.md)processes a `WM_PAINT` message.
1285+
Called by the framework when a [`CMFCPopupMenu`](../../mfc/reference/cmfcpopupmenu-class.md) processes a `WM_PAINT` message.
12861286

12871287
```cpp
12881288
virtual void OnDrawMenuLogo(
@@ -1313,7 +1313,7 @@ Override this member function if you want to process the `WM_ERASEBKGND` message
13131313

13141314
## <a name="onmenubuttontoolhittest"></a> `CMDIFrameWndEx::OnMenuButtonToolHitTest`
13151315

1316-
Called by the framework when a [`CMFCToolBarButton`](../../mfc/reference/cmfctoolbarbutton-class.md)object processes a `WM_NCHITTEST` message.
1316+
Called by the framework when a [`CMFCToolBarButton`](../../mfc/reference/cmfctoolbarbutton-class.md) object processes a `WM_NCHITTEST` message.
13171317

13181318
```cpp
13191319
virtual BOOL OnMenuButtonToolHitTest(

docs/mfc/reference/cmfcbasetabctrl-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1756,7 +1756,7 @@ virtual void SetActiveTabColor(COLORREF clr);
17561756

17571757
### Remarks
17581758

1759-
The framework obtains the default background color for active tabs from the [GetSysColor](/windows/win32/api/winuser/nf-winuser-getsyscolor)method.
1759+
The framework obtains the default background color for active tabs from the [GetSysColor](/windows/win32/api/winuser/nf-winuser-getsyscolor) method.
17601760

17611761
## <a name="setactivetabtextcolor"></a> CMFCBaseTabCtrl::SetActiveTabTextColor
17621762

docs/mfc/reference/cmfcvisualmanageroffice2003-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@ Override this method in a derived visual manager to customize the appearance of
12651265

12661266
## <a name="ondrawribbonprogressbar"></a> CMFCVisualManagerOffice2003::OnDrawRibbonProgressBar
12671267

1268-
The framework calls this method when it draws a [CMFCRibbonProgressBar Class](../../mfc/reference/cmfcribbonprogressbar-class.md)object.
1268+
The framework calls this method when it draws a [CMFCRibbonProgressBar Class](../../mfc/reference/cmfcribbonprogressbar-class.md) object.
12691269

12701270
```
12711271
virtual void OnDrawRibbonProgressBar(

docs/mfc/reference/colecontrolsite-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ DWORD m_dwMiscStatus;
646646

647647
### Remarks
648648

649-
For more information, see [OLEMISC](/windows/win32/api/oleidl/ne-oleidl-olemisc)in the Windows SDK.
649+
For more information, see [OLEMISC](/windows/win32/api/oleidl/ne-oleidl-olemisc) in the Windows SDK.
650650

651651
## <a name="m_dwpropnotifysink"></a> COleControlSite::m_dwPropNotifySink
652652

docs/mfc/reference/coleipframewndex-class.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: ebff1560-a1eb-4854-af00-95d4a192bd55
88
---
99
# COleIPFrameWndEx Class
1010

11-
The `COleIPFrameWndEx` class implements an OLE container that supports MFC. You must derive the in-place frame window class for your application from the `COleIPFrameWndEx` class, instead of deriving it from the [COleIPFrameWnd](../../mfc/reference/coleipframewnd-class.md)class.
11+
The `COleIPFrameWndEx` class implements an OLE container that supports MFC. You must derive the in-place frame window class for your application from the `COleIPFrameWndEx` class, instead of deriving it from the [COleIPFrameWnd](../../mfc/reference/coleipframewnd-class.md) class.
1212
For more detail see the source code located in the **VC\\atlmfc\\src\\mfc** folder of your Visual Studio installation.
1313

1414
## Syntax
@@ -50,8 +50,8 @@ class COleIPFrameWndEx : public COleIPFrameWnd
5050
|[COleIPFrameWndEx::OnClosePopupMenu](#onclosepopupmenu)|Called by the framework when an active pop-up menu processes a WM_DESTROY message.|
5151
|[COleIPFrameWndEx::OnCmdMsg](#oncmdmsg)|(Overrides `CFrameWnd::OnCmdMsg`.)|
5252
|[COleIPFrameWndEx::OnDrawMenuImage](#ondrawmenuimage)|Called by the framework when the image associated with a menu item is drawn.|
53-
|[COleIPFrameWndEx::OnDrawMenuLogo](#ondrawmenulogo)|Called by the framework when a [CMFCPopupMenu](../../mfc/reference/cmfcpopupmenu-class.md)object processes a WM_PAINT message.|
54-
|[COleIPFrameWndEx::OnMenuButtonToolHitTest](#onmenubuttontoolhittest)|Called by the framework when a [CMFCToolBarButton](../../mfc/reference/cmfctoolbarbutton-class.md)object processes WM_NCHITTEST message.|
53+
|[COleIPFrameWndEx::OnDrawMenuLogo](#ondrawmenulogo)|Called by the framework when a [CMFCPopupMenu](../../mfc/reference/cmfcpopupmenu-class.md) object processes a WM_PAINT message.|
54+
|[COleIPFrameWndEx::OnMenuButtonToolHitTest](#onmenubuttontoolhittest)|Called by the framework when a [CMFCToolBarButton](../../mfc/reference/cmfctoolbarbutton-class.md) object processes WM_NCHITTEST message.|
5555
|[COleIPFrameWndEx::OnMoveMiniFrame](#onmoveminiframe)||
5656
|[COleIPFrameWndEx::OnSetPreviewMode](#onsetpreviewmode)|Call this member function to set the application's main frame window into and out of print-preview mode. (Overrides [CFrameWnd::OnSetPreviewMode](../../mfc/reference/cframewnd-class.md#onsetpreviewmode).)|
5757
|[COleIPFrameWndEx::OnShowCustomizePane](#onshowcustomizepane)||
@@ -571,7 +571,7 @@ Override this method if you want to customize image drawing for the menu items t
571571
572572
## <a name="ondrawmenulogo"></a> COleIPFrameWndEx::OnDrawMenuLogo
573573
574-
Called by the framework when a [CMFCPopupMenu](../../mfc/reference/cmfcpopupmenu-class.md)object processes a WM_PAINT message.
574+
Called by the framework when a [CMFCPopupMenu](../../mfc/reference/cmfcpopupmenu-class.md) object processes a WM_PAINT message.
575575
576576
```
577577
virtual void OnDrawMenuLogo(
@@ -597,7 +597,7 @@ Override this method to display a logo on the pop-up menu associated with the me
597597
598598
## <a name="onmenubuttontoolhittest"></a> COleIPFrameWndEx::OnMenuButtonToolHitTest
599599
600-
Called by the framework when a [CMFCToolBarButton](../../mfc/reference/cmfctoolbarbutton-class.md)object processes a WM_NCHITTEST message.
600+
Called by the framework when a [CMFCToolBarButton](../../mfc/reference/cmfctoolbarbutton-class.md) object processes a WM_NCHITTEST message.
601601
602602
```
603603
virtual BOOL OnMenuButtonToolHitTest(

0 commit comments

Comments
 (0)