문제

My question

How do I write comments for my class methods in C++ using Microsoft Visual Studio 2010 and make them appear in the tooltip? Maybe it should work, but I do not see my comments appear in the tooltip.


An example

enter image description here

도움이 되었습니까?

해결책

You have to write "///" and immediately going to appear what you want. Sorry if i didn't understand your question.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top