As soon as I didn’t stay writing a comment anyway, a pop-up hint couldn’t be received, but the maximum that is displayed is the first comment when choosing auto fill

enter image description here

//! пренаправления потока вывода от QDebug в файл log.txt. void MessageOutput(QtMsgType type, const char *msg); 

Is it possible to make the qt creator display messages like this? enter image description here

  • one
    It appears that QtC uses separately generated files with documentation from comments, and not comments themselves, so most likely not. Similar question on en.so. - D-side
  • Is it then possible to automatically generate the documentation file during the assembly and connect it to QTCreator? - Alexander Lebedev
  • By reference, there is a rough script script that adds the appropriate markings to Doxygen. It is not known, however, whether it works, and if so, how well. - D-side

0