Closed sharwell closed 3 years ago
Merging #64 into master will increase coverage by
0.01%
. The diff coverage is82.54%
.
@@ Coverage Diff @@
## master #64 +/- ##
==========================================
+ Coverage 82.26% 82.28% +0.01%
==========================================
Files 71 78 +7
Lines 6012 6435 +423
Branches 418 449 +31
==========================================
+ Hits 4946 5295 +349
- Misses 912 977 +65
- Partials 154 163 +9
Now that <inheritdoc>
is supported directly by Visual Studio and Roslyn, I'm not sure this feature is needed.
Quite a bit of work remaining here to handle edge cases:
include
elements: translate paths when a relative path will work, otherwise expand the element.inheritdoc
elements<inheritdoc>
elements in its documentationinheritdoc
(DOC205)<inheritdoc>
within a root element, e.g. within a<summary>
elementpath
/select
attributescref
attributeautoinheritdoc
(DOC206)path
/select
supportcref
attributeCloses #16