ImmutableObjectGraph icon indicating copy to clipboard operation
ImmutableObjectGraph copied to clipboard

Use <inheritdoc> in many more places to get docs copied

Open AArnott opened this issue 5 years ago • 0 comments

Rather than copy docs around in the generated code, use syntax like this:

/// <param name="field1"><inheritdoc cref="field1" /></param>

AArnott avatar Aug 25 '20 04:08 AArnott