Skip to content

Commit c817ded

Browse files
committed
Implemented <inheritdoc />
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.
1 parent 00c6cf6 commit c817ded

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Ignia.Topics.Web/WebFormsTopicRoutingService.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,7 @@ public WebFormsTopicRoutingService(
107107
/*==========================================================================================================================
108108
| METHOD: GET CURRENT TOPIC
109109
\-------------------------------------------------------------------------------------------------------------------------*/
110-
/// <summary>
111-
/// Gets the topic associated with the current URL.
112-
/// </summary>
110+
/// <inheritdoc />
113111
public Topic GetCurrentTopic() {
114112

115113
/*------------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)