I'm wondering if there is a functionality in Visual Studio 2017 to automatically generate documentation comments for parameters, return value, etc. in C++.
In Eclipse, Java, I start typing /**
above a method and the rest is generated.
As someone answered here this functionality exists for C#, but I can't find any hints for C++.