Hi,
Is it possible when I place the mouse pointer over *my *function/class it
shows a pop-up with description, taken from the docs in the comment above
the function/class?
(Qt Creator 3.1.2, without doxygen plugin)
/*!
* Description for this function...
* \return The first message...
*/
QString MessageQueue::get()
{
QString res;
...
return res;
}
void MessageQueue::nextMessage()
{
QString res = get(); // I want to view pop-up with my docs when the mouse
pointer is over the function name.
}
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator