Skip to content

Commit 58c400a

Browse files
TylerMSFTTylerMSFT
authored andcommitted
fix image indentation
1 parent 4b608f0 commit 58c400a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/build/walkthrough-header-units.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,13 @@ To enable header units, first set the **C++ Language Standard** to [`/std:c++20`
9393
1. In **Solution Explorer**, select the file you want to compile as a header unit (in this case, `Pythagorean.h`). Right-click the file and select **Properties**.
9494
1. Since this is a header file, set the **Item Type** property to **C/C++ compiler**. By default, header files have an **Item Type** of **C/C++ header**. This property also sets **C/C++** > **Advanced** > **Compile As** to **Compile as C++ Header Unit (/exportHeader)**.
9595

96-
:::image type="content" source="media/change-item-type.png" alt-text="Screenshot that shows changing the item type to C/C++ compiler.":::
96+
:::image type="content" source="media/change-item-type.png" alt-text="Screenshot that shows changing the item type to C/C++ compiler.":::
9797

9898
**Compile a source file as a header unit**:
9999

100100
If you want to compile a file that doesn't have an *`.h`* or *`.hpp`* extension as a header unit, set the **Compile As** property to **Compile as C++ Header Unit (/exportHeader)**.
101-
:::image type="content" source="media/change-compile-as.png" alt-text="Screenshot that shows changing Compile As to Compile as C++ Header Unit.":::
101+
102+
:::image type="content" source="media/change-compile-as.png" alt-text="Screenshot that shows changing Compile As to Compile as C++ Header Unit.":::
102103

103104
### Change your code to import a header unit
104105

0 commit comments

Comments
 (0)