I have been looking online to find out how to "javadoc" in C# console application. All the articles refer to a webform of C# in the case for that, ///
would be the javadoc. What is the way to do it if you are making a console application in visual studio?
Edit:
I remember it had to deal with a @
before the method