Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge pull request #302 from mpoquet/rename-s4u-synchro-examples
[simgrid.git] / include / xbt / cunit.h
index 0edb99d..5b405bb 100644 (file)
@@ -10,8 +10,8 @@
 #ifndef XBT_CUNIT_H_
 #define XBT_CUNIT_H_
 
-#include "xbt/sysdep.h"         /* XBT_GNU_PRINTF */
-#include "xbt/ex.h"
+#include <xbt/ex.h>
+#include <xbt/sysdep.h> /* XBT_GNU_PRINTF */
 
 SG_BEGIN_DECL()
 
@@ -63,7 +63,7 @@ XBT_PUBLIC void xbt_test_exit();
  * so why should we bother switching?)
  *
  * Unit testing is not intended to write integration tests.
- * Please refer to \ref inside_tests_add_integration for that instead.
+ * Please refer to @ref inside_tests_add_integration for that instead.
  *
  * @{
  */