docfx
docfx copied to clipboard
Reflecting the Experimental attribute
Is your feature request related to a problem? Please describe. We started using the experimental attribute in our code base lately. Members decorated by this attribute are not identified in the API documentation by any sign.
Describe the solution you'd like It would be great if the generator could detect members decorated by this attribute and mark such members somehow in the generated API documentation including the message provided in the attribute.
The same approach as for obsolete members can be used.