Skip to content

Commit 2d49997

Browse files
authored
Normalize backtick usage in first column of tables
1 parent f8048a8 commit 2d49997

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/build/launch-vs-schema-reference-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To create the file, right-click on an executable file in **Solution Explorer** a
5555
| `debugServerArgs` | string | Optional debug server args. Defaults to null. |
5656
| `filterStderr` | boolean | Search stderr stream for server-started pattern and log stderr to debug output. Defaults to **`false`**. |
5757
| `coreDumpPath` | string | Optional full path to a core dump file for the specified program. Defaults to null. |
58-
| externalConsole | boolean | If true, a console is launched for the debuggee. If **`false`**, no console is launched. The default for this setting is **`false`**. This option is ignored in some cases for technical reasons. |
58+
| `externalConsole` | boolean | If true, a console is launched for the debuggee. If **`false`**, no console is launched. The default for this setting is **`false`**. This option is ignored in some cases for technical reasons. |
5959
| `pipeTransport` | string | When present, this value tells the debugger to connect to a remote computer using another executable as a pipe that will relay standard input/output between Visual Studio and the MI-enabled debugger (such as gdb). Allowed values: one or more [Pipe Transport Options](#pipe_transport_options). |
6060

6161
## debugInfo macros

docs/mfc/reference/styles-used-by-mfc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Frame-window styles apply to [`CFrameWnd` Class](../../mfc/reference/cframewnd-c
127127
|-----------|-----------------|
128128
|`FWS_ADDTOTITLE`|Specifies information to append to the end of a frame window title. For example, "Microsoft Draw - Drawing in Document1". You can specify the strings displayed in the Document Template Strings tab in the Application Wizard. If you need to turn this option off, override the `CWnd::PreCreateWindow` member function.|
129129
|`FWS_PREFIXTITLE`|Shows the document name before the application name in a frame window title. For example, "Document - WordPad". You can specify the strings displayed in the Document Template Strings tab in the Application Wizard. If you need to turn this option off, override the `CWnd::PreCreateWindow` member function.|
130-
|FWS_SNAPTOBARS|Controls sizing of the frame window that encloses a control bar when it is in a floating window rather than docked to a frame window. This style sizes the window to fit the control bar.|
130+
|`FWS_SNAPTOBARS`|Controls sizing of the frame window that encloses a control bar when it is in a floating window rather than docked to a frame window. This style sizes the window to fit the control bar.|
131131

132132
## <a name="list-box-styles"></a> List-box styles
133133

0 commit comments

Comments
 (0)