STARIONGROUP / SysML2.NET

A .NET implementation of the OMG SysML2 specification
https://www.stariongroup.eu
Apache License 2.0
15 stars 2 forks source link

Update DTO codegenerator to include constructor xml docs #11

Closed samatstariongroup closed 2 years ago

samatstariongroup commented 2 years ago

Prerequisites

Description

The DTO constructor needs to state the following:


/// <summary>
/// Initializes a new instance of the <see cref="XXX"/>
/// </summary>
`` 

<!-- Thanks for reporting the issue to SysML2.NET! -->