Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Fix #928 Fix formatting of GetRootContainerReference xmldoc remarks#941

Open
Chris-Johnston wants to merge 1 commit into
Azure:masterfrom
Chris-Johnston:issue/928-getrootcontainerreference-formatting
Open

Fix #928 Fix formatting of GetRootContainerReference xmldoc remarks#941
Chris-Johnston wants to merge 1 commit into
Azure:masterfrom
Chris-Johnston:issue/928-getrootcontainerreference-formatting

Conversation

@Chris-Johnston

Copy link
Copy Markdown

Fix #928

This change fixes the formatting of the <remarks> field of the xmldoc for CloudBlobClient.GetRootContainerReference. It appears fine when reading the source code, but on docs.microsoft.com, the second line appears indented. I think this may be because of the newline in this block.

This newline in this block has been removed. There are other LOC in this file that are around or above the character count per line, if keeping a consistent ruler is an issue.

This change fixes the formatting of the `<remarks>` field of the xmldoc for CloudBlobClient.GetRootContainerReference. It appears fine when reading the source code, but on docs.microsoft.com, the second line appears indented. I think this may be because of the newline in this block.
This newline in this block has been removed. There are other LOC in this file that are around or above the character count per line, if keeping a consistent ruler is an issue.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CloudBlobClient.GetRootContainerReference XmlDoc is not correctly formatted

1 participant