How can I comment C++ functions in Qt creator so that when I hover over a function call to that function I may see the documentation as a tool tip.
Just like we do /** newline Eclipse create a comment block automatically I am looking for the same in Qt creator, please advise.
You are probably looking for something like doxygen.
Here are instructions for using it with Qt Creator.