Вопрос

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