Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The parenthesis of SG_BEGIN_DECL fools doxygen. Get rid of them
[simgrid.git] / include / xbt / module.h
index b104c88..1ad8aa6 100644 (file)
 
 #include <xbt/misc.h>           /* XBT_PUBLIC */
 
-SG_BEGIN_DECL()
+SG_BEGIN_DECL
 
 XBT_PUBLIC void xbt_init(int* argc, char** argv);
 
-SG_END_DECL()
+SG_END_DECL
 
 #endif /* XBT_MODULE_H */