lijunle / Vsxmd

VS XML documentation -> Markdown syntax.
MIT License
215 stars 51 forks source link

Events are not included in the markdown #70

Open spanglerco opened 5 years ago

spanglerco commented 5 years ago

One of the public classes in my API declares an event that is documented in the XML, but Vsxmd does not handle the E: prefix for events, so it gets left out of the markdown. It would be great if event documentation could be generated as well.

Example XML documentation entry:

<member name="E:NationalInstruments.SystemLink.Clients.Message.IEventingMessageSession.MessageReceived">
  <summary>
    Raised when a message is received on a subscribed topic.
  </summary>
</member>
lijunle commented 5 years ago

This is great feedback. I can take a look to support it.