There was a similar question before :
Auto generate function documentation in Visual Studio
but the problem with adding "///" before a function is that the comment block is really ugly, why would it be in xml format? what's the use of outputting an xml format for routine description?
i want to automatically generate something like this for every routine :
/*++ Routine Description: Explanation Arguments: argument 1 : Explanation argument 2 : Explanation ... Return Value: return explanation --*/
what is the simplest way i can achieve this in visual studio 2019?
2.1m questions
2.1m answers
60 comments
57.0k users