Skip to content

[Bug] Enum Member "remarks" Elements Not Displayed #10430

@xLEGiON

Description

@xLEGiON

Describe the bug
The "remarks" elements for enum members are not displayed in the documentation when using the default "mref" output format.

To Reproduce

public enum Test
{
    /// <summary>
    /// Summary text for first.
    /// </summary>
    /// <remarks>
    /// More details about first here.
    /// </remarks>
    First,

    /// <summary>
    /// Summary text for second.
    /// </summary>
    /// <remarks>
    /// More details about second here.
    /// </remarks>
    Second,

    /// <summary>
    /// Summary text for third.
    /// </summary>
    /// <remarks>
    /// More details about third here.
    /// </remarks>
    Third
}

Image

Expected behavior
They appear correctly when using the "apiPage" output format, but should also appear for the default "mref" output format.

Context:

  • OS: Windows 10
  • Docfx version: 2.78.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions