Commit c817ded
committed
Implemented
Previously, we needed to repeat documentation on implementations of interfaces or derived types. This was repetitive, error prone, and bloated the code. In **Visual Studio 2019**, we finally have tooling for `<inheritdoc />`—which is already supported by many XML Doc processors, like **SandCastle**. This allows us to inherit documentation from parent classes or interfaces, and thus only maintain one set of code.<inheritdoc />
1 parent 00c6cf6 commit c817ded
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | | - | |
112 | | - | |
| 110 | + | |
113 | 111 | | |
114 | 112 | | |
115 | 113 | | |
| |||
0 commit comments