From a4de5d6f3bb298e207c2fca2ba6c28b9bfd516f0 Mon Sep 17 00:00:00 2001 From: Laszlo Paillat Date: Sun, 10 May 2020 19:31:14 +0200 Subject: [PATCH] release 0.6.3 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7d9523be..ee883586 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,11 @@ The name of the documentation page will be generated with the full name of each - FullName: the default behavior, will use the fully qualified name of each member - Md5: will do a Md5 of the full name of each member to produce shorter name (experimental, you may get collision) +By default, nested types are all visible on their namespace page. It is possible to change thise behavior by setting a `DefaultDocumentationNestedTypeVisibility` element in your csproj with once of those values: +- Namespace: nested type links will be on the namespace page +- DeclaringType: nested type links will be on their declaring type page +- Everywhere: nested type links will be on both the namespace and their declaring type page + # Overview List of supported balise taken from [here](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/xmldoc/recommended-tags-for-documentation-comments)