X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/059ffba3002aa86e17392c7f2c884095ab64591b..dcf893e03deb3f71feeee0218a83e7ed76aa574d:/include/xbt/ex.h diff --git a/include/xbt/ex.h b/include/xbt/ex.h index dfab9c2e71..b7903c152a 100644 --- a/include/xbt/ex.h +++ b/include/xbt/ex.h @@ -207,7 +207,7 @@ __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): * - * \don'tinclude ex.c + * \dontinclude ex.c * \skip BAD_EXAMPLE * \until end_of_bad_example *