-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed inheritdoc when getting documentation from mscorlib entity
- Loading branch information
Showing
2 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
breaking changes: | ||
changed slightly file name generation for FullName and Name FileNameMode | ||
changed tool to msbuild task to remove runtime dependencies (#42) | ||
renamed DefaultDocumentationNestedTypeVisibility to DefaultDocumentationNestedTypeVisibilities | ||
renamed DefaultDocumentationWikiLinks to DefaultDocumentationRemoveFileExtensionFromLinks | ||
renamed DefaultDocumentationHome to DefaultDocumentationAssemblyPageName | ||
|
||
|
||
fixed see link for await, false and true langword values | ||
fixed inheritdoc when getting documentation from mscorlib entity | ||
|
||
|
||
added support for source and region attributes in code element (#40 thanks to @basvanderlaken) | ||
added support for language attributes in code element | ||
added See Also section at the end of pages grouping all seealso elements | ||
added support for see and seealso displayed text change with element value | ||
added dotnet tool package (#25) | ||
added DefaultDocumentationGeneratedPages property to set which element will have its own page (#36) | ||
added cross assembly documentation linking (#7) | ||
added support for href attribute in see and seealso element | ||
added ExplicitInterfaceImplementations items to documentation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters