GodelTech / GodelTech.Microservices.Core

Microservice framework core functionality
MIT License
6 stars 2 forks source link

Add definitions for user-defined types and members to generate clear xml document #40

Closed Pavel-Lapatin closed 2 years ago

Pavel-Lapatin commented 4 years ago

DESCRIPTION

Add definitions for user-defined types and members to generate clear xml document It helps users who does not have access to code understand how they should use framework. Also this document could be used with some tools.

ADDITIONAL CONTEXT

Description about xml documents and tags you can find here: https://docs.microsoft.com/en-us/dotnet/csharp/codedoc

DiamondDragon commented 4 years ago

I would suggest to treat documentation warnings as errors messages in order to force developer creating documentation.