Skip to content

Commit fd03ee2

Browse files
committed
changed feature wording and image
1 parent 3cace72 commit fd03ee2

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

docs/ide/reference/generate-xml-documentation-comments.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ The compiler-generated XML file can be distributed alongside your .NET assembly
4242

4343
![Completed comment](media/doc-result-cs.png)
4444

45-
4. Use the `<inheritdoc>` tag to inherit XML comments from base classes, interfaces, and similar methods.
45+
4. Place your cursor over the code element. Quick Info will display the supported styles from the XML comments above the code.
4646

47-
![Completed comment](media/doc-inheritdoc-cs.PNG)
47+
![Completed comment](media/doc-style-cs.PNG)
4848

4949
> [!NOTE]
5050
> There is an [option](../../ide/reference/options-text-editor-csharp-advanced.md) to toggle XML documentation comments after typing `///` in C# or `'''` Visual Basic. From the menu bar, choose **Tools** > **Options** to open the **Options** dialog box. Then, navigate to **Text Editor** > **C#** or **Basic** > **Advanced**. In the **Editor Help** section, look for the **Generate XML documentation comments** option.
-37 KB
Binary file not shown.
51 KB
Loading

0 commit comments

Comments
 (0)