Description
The class description of System.Diagnostics.Debug
online is "Provides a set of methods and properties that help debug your code."
But the class description of System.Diagnostics.Debug
from actual source code is "Provides a set of properties and methods for debugging code."
Coming with a Java background, I was always under the impression that the API reference (MSDN) is generated from XML documentation from the actual source code, plus extra long examples and remarks.
I'm all in favor of extra remarks, usages, and code examples that do not fit in Visual Studio tooltip, but why does the one sentence description of System.Diagnostics.Debug differ?
Can anyone educate me on the workflow or the advantage in doing so?
Also would you like to update the summary element in https://github.com/dotnet/dotnet-api-docs/blob/bc5c3d5ff54f8bea2f49aa32a940111e89bfd574/xml/System.Diagnostics/Debug.xml and match the actual source code, and cause less confusion?