[Qt-creator] How to make QtCreator to show pop-up documentation of my functions?

mat //common mail mat.common at gmail.com
Wed Jan 28 11:55:48 CET 2015


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.
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20150128/6c4f32d6/attachment.html>


More information about the Qt-creator mailing list