grouping classes in documentation
This commit is contained in:
parent
284b048dcc
commit
8e70cbea01
39 changed files with 140 additions and 23 deletions
|
|
@ -33,6 +33,11 @@
|
|||
#include <signal.h>
|
||||
#include <eoContinue.h>
|
||||
|
||||
/**
|
||||
* @addtogroup Continuators
|
||||
* @{
|
||||
*/
|
||||
|
||||
extern bool arret_demande, existCtrlCContinue;
|
||||
|
||||
extern void signal_handler( int sig );
|
||||
|
|
@ -78,5 +83,5 @@ public:
|
|||
|
||||
|
||||
#endif
|
||||
/** @} */
|
||||
|
||||
// of MSVC comment-out
|
||||
|
|
|
|||
Reference in a new issue