| Name | Description |
|---|---|
| DemoAttribute | An example of an custom attribute class for methods |
| DemoClass | A class meant to demonstrate how the generated documentation looks like. |
| DemoClass<T1, T2> | An example of an generic class. |
| DemoPropertyAnnotationAttribute | An example of a custom attribute that is used to annotate a property with custom flags. |
| ListExample | Example class to showcase the different supported list formats. |
| NestedTypesDemo | This class shows an example of how the documentation for nested types looks. |
| NestedTypesDemo.NestedClass1 | This is an example of a nested class |
| NestedTypesDemo.NestedClass2 | This is an example of a nested class that in turn contains nested types |
| NestedTypesDemo.NestedClass2.NestedClass3 | This is an example of an nested class within a nested class |
| ObsoleteDemoClass | A class meant to demonstrate how the generated documentation for a deprecated class looks like. |
| Name | Description |
|---|---|
| DemoStruct | A struct meant to demonstrate how the generated documentation for structs looks like. |
| Name | Description |
|---|---|
| IDemoInterface | A interface meant to demonstrate how the generated documentation for interfaces looks like. |
| NestedTypesDemo.NestedInterface1 | This is an example of a nested interface |
| Name | Description |
|---|---|
| DemoEnum | An example of an user-defined enum meant |
| DemoPropertyFlags | An example of a "flag" enum |
Documentation generated by MdDocs