-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt Creator 18.0.0-beta1
-
None
When you type the characters
/*!<enter>
in the line just before a method declaration in a class, you get a nicely expanded specific doxygen documentation comment:
/*! * \brief Foo */ Foo();
Thats nice.
But in front of a destructor special member function you get:
/*! * ~Foo();