Skip to content

Commit e2e1bbd

Browse files
authored
Remove more stray trailing escapes
1 parent 32361f2 commit e2e1bbd

14 files changed

+33
-33
lines changed

docs/assembler/masm/dot-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ When using 32-bit MASM, this should be used along with [.MODEL](dot-model.md).
1616

1717
> **.CODE***name*\
1818
> *segmentItem* ⟧...\
19-
> *codesegmentnameId* **ENDS**;;⟧\
19+
> *codesegmentnameId* **ENDS**;;⟧
2020
2121
### Parameters
2222

docs/build/reference/arch-arm64.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can specify an ARM64 extension from Armv8.0-A through Armv8.9-A, and Armv9.0
2727
> [!NOTE]
2828
> Depending on your version of Visual Studio, the compiler may not yet generate instructions from all feature sets required by the extension level you specify. For example, **`/arch:armv8.1`** allows the `*Interlocked*` intrinsic functions to use the appropriate atomic instruction introduced with the Armv8.1-A extension feature `FEAT_LSE`, but compiler support requires Visual Studio 2022 version 17.2 or later.
2929
30-
The `_M_ARM64` macro is defined by default when compiling for an ARM64 target. For more information, see [Predefined macros](../../preprocessor/predefined-macros.md)\
30+
The `_M_ARM64` macro is defined by default when compiling for an ARM64 target. For more information, see [Predefined macros](../../preprocessor/predefined-macros.md).
3131

3232
The `__ARM_ARCH` macro is defined for `/arch:ARMv8.0` and higher. It indicates the ARM architecture extension level that the compiler is targeting. For more information, see [Predefined macros](../../preprocessor/predefined-macros.md).
3333

docs/build/reference/genprofile-fastgenprofile-generate-profiling-instrumented-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Specifies generation of a *`.pgd`* file by the linker to support profile-guided
1212
## Syntax
1313

1414
> **`/GENPROFILE`**\[**`:`**_`profile-argument`_\[**`,`**_`profile-argument`_ ...]]\
15-
> **`/FASTGENPROFILE`**\[**`:`**_`profile-argument`_\[**`,`**_`profile-argument`_ ...]]\
15+
> **`/FASTGENPROFILE`**\[**`:`**_`profile-argument`_\[**`,`**_`profile-argument`_ ...]]
1616
1717
> *`profile-argument`*\
1818
>  { **`COUNTER32`** | **`COUNTER64`** }\

docs/build/reference/zc-tlsguards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ The **`/Zc:tlsGuards`** option is new in Visual Studio 2019 version 16.5. This o
2929

3030
## See also
3131

32-
[`/Zc` (Conformance)](zc-conformance.md)\
32+
[`/Zc` (Conformance)](zc-conformance.md)

docs/c-runtime-library/reference/log-logf-log10-log10f.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@ Log base 2 of 65536.000000 is 16.000000
127127
[`_matherr`](matherr.md) \
128128
[`pow`, `powf`, `powl`](pow-powf-powl.md) \
129129
[`_CIlog`](../cilog.md) \
130-
[`_CIlog10`](../cilog10.md)\
130+
[`_CIlog10`](../cilog10.md)

docs/c-runtime-library/reference/strrchr-wcsrchr-mbsrchr-mbsrchr-l.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,4 @@ For an example of using **`strrchr`**, see [`strchr`](strchr-wcschr-mbschr-mbsch
131131
[`strcspn`, `wcscspn`, `_mbscspn`, `_mbscspn_l`](strcspn-wcscspn-mbscspn-mbscspn-l.md)\
132132
[`_strnicmp`, `_wcsnicmp`, `_mbsnicmp`, `_strnicmp_l`, `_wcsnicmp_l`, `_mbsnicmp_l`](strnicmp-wcsnicmp-mbsnicmp-strnicmp-l-wcsnicmp-l-mbsnicmp-l.md)\
133133
[`strpbrk`, `wcspbrk`, `_mbspbrk`, `_mbspbrk_l`](strpbrk-wcspbrk-mbspbrk-mbspbrk-l.md)\
134-
[`strspn`, `wcsspn`, `_mbsspn`, `_mbsspn_l`](strspn-wcsspn-mbsspn-mbsspn-l.md)\
134+
[`strspn`, `wcsspn`, `_mbsspn`, `_mbsspn_l`](strspn-wcsspn-mbsspn-mbsspn-l.md)

docs/code-quality/c28196.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ Item *get_item(_In_reads_(len) Item *items, size_t len, size_t index) {
5151
## See also
5252

5353
[Annotating function parameters and return values](./annotating-function-parameters-and-return-values.md)\
54-
[Specifying When and Where an Annotation Applies](./specifying-when-and-where-an-annotation-applies.md)\
54+
[Specifying When and Where an Annotation Applies](./specifying-when-and-where-an-annotation-applies.md)

docs/mfc/reference/cdockablepane-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1201,7 +1201,7 @@ virtual void OnAfterChangeParent(CWnd* pWndOldParent);
12011201

12021202
### Parameters
12031203

1204-
[in] *`pWndOldParent`*\
1204+
[in] *`pWndOldParent`*
12051205

12061206
### Remarks
12071207

docs/mfc/reference/cmfcpropertygridctrl-class.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ virtual HRESULT accSelect(
179179
### Parameters
180180

181181
[in] *`flagsSelect`*\
182-
[in] *`varChild`*\
182+
[in] *`varChild`*
183183

184184
### Return Value
185185

@@ -235,7 +235,7 @@ void AlwaysShowUserToolTip(BOOL bShow = TRUE);
235235
236236
### Parameters
237237
238-
[in] *`bShow`*\
238+
[in] *`bShow`*
239239
240240
### Remarks
241241
@@ -524,7 +524,7 @@ virtual HRESULT get_accChildCount(long* pcountChildren);
524524
525525
### Parameters
526526
527-
[in] *`pcountChildren`*\
527+
[in] *`pcountChildren`*
528528
529529
### Return Value
530530
@@ -538,7 +538,7 @@ virtual HRESULT get_accFocus(VARIANT* pvarChild);
538538
539539
### Parameters
540540
541-
[in] *`pvarChild`*\
541+
[in] *`pvarChild`*
542542
543543
### Return Value
544544
@@ -555,7 +555,7 @@ virtual HRESULT get_accHelp(
555555
### Parameters
556556
557557
[in] *`varChild`*\
558-
[in] *`pszHelp`*\
558+
[in] *`pszHelp`*
559559
560560
### Return Value
561561
@@ -574,7 +574,7 @@ virtual HRESULT get_accHelpTopic(
574574
575575
[in] *`pszHelpFile`*\
576576
[in] *`varChild`*\
577-
[in] *`pidTopic`*\
577+
[in] *`pidTopic`*
578578
579579
### Return Value
580580
@@ -591,7 +591,7 @@ virtual HRESULT get_accKeyboardShortcut(
591591
### Parameters
592592
593593
[in] *`varChild`*\
594-
[in] *`pszKeyboardShortcut`*\
594+
[in] *`pszKeyboardShortcut`*
595595
596596
### Return Value
597597
@@ -605,7 +605,7 @@ virtual HRESULT get_accSelection(VARIANT* pvarChildren);
605605
606606
### Parameters
607607
608-
[in] *`pvarChildren`*\
608+
[in] *`pvarChildren`*
609609
610610
### Return Value
611611

docs/mfc/reference/cmfcpropertygridproperty-class.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,7 @@ virtual void OnKillSelection(CMFCPropertyGridProperty*);
11691169

11701170
### Parameters
11711171

1172-
[in] *`CMFCPropertyGridProperty*`*\
1172+
[in] *`CMFCPropertyGridProperty*`*
11731173

11741174
### Remarks
11751175

@@ -1183,7 +1183,7 @@ virtual void OnPosSizeChanged(CRect);
11831183
11841184
### Parameters
11851185
1186-
[in] *`CRect`*\
1186+
[in] *`CRect`*
11871187
11881188
### Remarks
11891189
@@ -1264,7 +1264,7 @@ virtual void OnSetSelection CMFCPropertyGridProperty*);
12641264

12651265
### Parameters
12661266

1267-
[in] *`CMFCPropertyGridProperty*`*\
1267+
[in] *`CMFCPropertyGridProperty*`*
12681268

12691269
### Remarks
12701270

0 commit comments

Comments
 (0)