Here's a screenshot of how it looks,
It looks normal like it is supposed to, but when I learned java they had javadocs which made it so you could write documentation for a method such as (I'm approximating my memory)
Code: Select all
/**
** Author: Benjamin
** Description: This method does blah blah blah...
*/
Does visual studio 2008 c++ have this functionality? I realize in my screen shot that I'm highlighting an opengl function, and its probably not available, and the best way is to just google the functions. I'm just curious if this is possible for my own written functions.