barry-jones / live-documenter

.NET documentation generator and live reader. Generate documentation from .NET code and xml comments, fast, quick and easy.
https://livedocumenter.barryjones.me.uk
MIT License
71 stars 4 forks source link

Indexor properties not showing correctly #30

Closed barry-jones closed 5 years ago

barry-jones commented 5 years ago

This is not handled correctly in the rendered XML:

<entry id="4294967518" subId="" type="properties" visibility="public" cref="P:TheBoxSoftware.API.LiveDocumenter.TableOfContents.Item(System.Int32)">
    <name>Item()</name>
    <summary>
        <text>Gets the ContentEntry at the specified index. </text>
    </summary>
</entry>

Or in the live documenter interface:

issue_indexor

barry-jones commented 5 years ago

This appears to have been broken by the change in 4d2d9adf before that the property was displayed as Item(Int32).