Skip to content

Commit

Permalink
release 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Doraku committed May 10, 2020
1 parent 02020b1 commit a4de5d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<a name='Overview'></a>
# Overview
List of supported balise taken from [here](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/xmldoc/recommended-tags-for-documentation-comments)
Expand Down

0 comments on commit a4de5d6

Please sign in to comment.