For example, I have two functions A & B like:
void aFunction();
Q_INVOKABLE void bFunction();
Enter /**
before function delcaration and press enter
:
/**
* @brief A
*/
void aFunction();
/**
Q_INVOKABLE void bFunction();
Is this a BUG?
OS: Windows 7 QtCreator Version: 3.1.2 and 4.3.1