X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/675b693b6e0110d13e85a5c46a5d231e1785aca7..85897b1307bb68f05f31385803f1b3a5b806a73f:/include/xbt/ex.h diff --git a/include/xbt/ex.h b/include/xbt/ex.h index afa9c7ca86..ad19546efc 100644 --- a/include/xbt/ex.h +++ b/include/xbt/ex.h @@ -170,7 +170,7 @@ typedef struct { __ex_mctx_struct } __ex_mctx_t; * following code which shows some pitfalls and contains many errors (assuming * a mallocex() function which throws an exception if malloc(3) fails): * - * \dontinclude ex_test.c + * \dontinclude ex.c * \skip BAD_EXAMPLE * \until end_of_bad_example *