grouping classes in documentation
This commit is contained in:
parent
44d1ab1bc2
commit
f478817c6e
73 changed files with 326 additions and 164 deletions
|
|
@ -35,6 +35,10 @@
|
|||
#include <signal.h>
|
||||
#include <eoContinue.h>
|
||||
|
||||
/** @addtogroup Continuators
|
||||
* @{
|
||||
*/
|
||||
|
||||
extern bool existSIGContinue;
|
||||
extern bool call_func;
|
||||
|
||||
|
|
@ -84,6 +88,7 @@ private:
|
|||
sighandler_t _fct;
|
||||
};
|
||||
|
||||
/** @} */
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Reference in a new issue