Skip to content

Commit b50f7d1

Browse files
author
Colin Robertson
committed
Found a few more.
1 parent e5bd07e commit b50f7d1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/build/reference/property-page-xml-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ First, let's open the property pages for a project. Right-click on the project n
3737

3838
![Shows the Visual Studio C++ Project Properties dialog](../media/cpp-property-page-2017.png)
3939

40-
Each node under **Configuration Properties** is called a *rule*. A rule sometimes represents a single tool like the compiler. In general, the term refers to something that has properties, that executes and that may produce some output. Each rule is populated from an XML file in the default rules folder. For example, the C/C++ rule that's shown here is populated by *`cl.xml'*.
40+
Each node under **Configuration Properties** is called a *rule*. A rule sometimes represents a single tool like the compiler. In general, the term refers to something that has properties, that executes and that may produce some output. Each rule is populated from an XML file in the default rules folder. For example, the C/C++ rule that's shown here is populated by *`cl.xml`*.
4141

4242
Each rule has a set of properties, which are organized into *categories*. Each sub-node under a rule represents a category. For example, the **Optimization** node under **C/C++** contains all the optimization-related properties of the compiler tool. The properties and their values get rendered in a grid format on the right pane.
4343

docs/error-messages/compiler-warnings/c5050.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The compiler raises C5050 for both of these cases:
3333
```cmd
3434
warning C5050: Possible incompatible environment while
3535
importing module 'm': mismatched C++ versions.
36-
Current "201402" module version "201703"`.
36+
Current "201402" module version "201703".
3737
```
3838

3939
To resolve the issue, use the same compiler command line options for both the module and the consuming code.

docs/mfc/reference/cmfcribbonfontcombobox-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ BOOL SetFont(
165165

166166
### Parameters
167167

168-
`lpszName*
168+
*lpszName*\
169169
Specifies the name of the font to select.
170170

171171
*nCharSet*<br/>

docs/mfc/reference/cview-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ virtual BOOL OnDrop(
432432

433433
### Parameters
434434

435-
`pDataObject*
435+
*pDataObject*\
436436
Points to the [COleDataObject](../../mfc/reference/coledataobject-class.md) that is dropped into the drop target.
437437

438438
*dropEffect*<br/>

0 commit comments

Comments
 (0)