Skip to content

v2.8.0

Compare
Choose a tag to compare
@cesarParra cesarParra released this 19 Oct 14:52
· 429 commits to master since this release
5ad9711

Inheritance support

Classes and interfaces with inheritance now display their inherited information.

This is done in a couple of ways:

Classes and interfaces now include a section that summarizes the classes they extend and implement

image

image

Additionally any extended member (fields, properties, and methods) are now displayed on the page for the sub-class/sub-interface. These are displayed with an "Inherited" tag below their definition.

image