How can I comment on C ++ functions in the Qt creator so that when I hover over a function call of this function, I can see the documentation as a hint.
Just like we do / ** newline Eclipse automatically creates a comment block. I am looking for the same in Qt creator, please report.
source
share