Given this struct in a .h file:
/**
Shows an application introduction to the user.
*/
struct WelcomeExperience {
virtual ~WelcomeExperience() {}
/**
Displays the welcome window on the screen.
*/
virtual void show() = 0;
Q_SIGNALS:
/**
This signal is emitted when the user finished the welcome experience or
canceled it.
*/
void done();
};
No documentation is generated for it, unless I remove the Q_SIGNALS part.
I am using doxygen 1.8.5
------------------------------------------------------------------------------
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users