CosmosOS / Cosmos

Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!
https://www.goCosmos.org
BSD 3-Clause "New" or "Revised" License
2.91k stars 549 forks source link

Improvements to the XMLDoc documentation comments #2607

Open ascpixi opened 1 year ago

ascpixi commented 1 year ago

In a lot of areas of Cosmos, the XMLDoc documentation comments are either lackluster (e.g. being a transliteration of the member name) or non-existent. After improving the documentation comments, a more complete API documentation reference can be created automatically with tools like Doxygen or the current one used for cosmosos.github.io.

quajak commented 1 year ago

Since Cosmos is quite large, its impossible to do this all at once. It would be helpful if we track a list of areas, where the changes are especially impactful/important.