Skip to content

Commit d88857d

Browse files
authored
Merge pull request #5407 from Rageking8/add-missing-escapes-for-superscript-definitions
Add missing escapes for superscript definitions
2 parents 92c1623 + 9d5d0ae commit d88857d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/build/reference/compiler-options-listed-alphabetically.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ This table contains an alphabetical list of compiler options. For a list of comp
261261
| [`/Zs`](zs-syntax-check-only.md) | Checks syntax only. |
262262
| [`/ZW`](zw-windows-runtime-compilation.md) | Produces an output file to run on the Windows Runtime. |
263263

264-
<sup>17.10</sup> This option is available starting in Visual Studio 2022 version 17.10.
264+
<sup>17.10</sup> This option is available starting in Visual Studio 2022 version 17.10.\
265265
<sup>17.14</sup> This option is available starting in Visual Studio 2022 version 17.14.
266266

267267
## See also

docs/build/reference/compiler-options-listed-by-category.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ Experimental options may only be supported by certain versions of the compiler.
329329
| [`/Ze`](za-ze-disable-language-extensions.md) | Deprecated. Enables language extensions. |
330330
| [`/Zg`](zg-generate-function-prototypes.md) | Removed in Visual Studio 2015. Generates function prototypes. |
331331

332-
<sup>17.10</sup> This option is available starting in Visual Studio 2022 version 17.10.
332+
<sup>17.10</sup> This option is available starting in Visual Studio 2022 version 17.10.\
333333
<sup>17.14</sup> This option is available starting in Visual Studio 2022 version 17.14.
334334

335335
## See also

0 commit comments

Comments
 (0)