Hello all,
When I declare a member function, and I put some comment around it, this comment will be displayed in a tooltip when I hover over the name of this function.
Is it possible to introduce this behaviour also with variables (both member and local)?
Often when I declare a variable, I put some comment behind it, like:const int nChildren = (int) someVector.size(); // size of children that...(some special constraint)
It would be nice to see the comment in the tooltip (just like it is already with the member functions).
I hope (know) you can do this. It would really help me.
Thank you in advance.
With kind regards,
Patrick Luja