From: alegrand Date: Sat, 2 Jul 2005 05:21:11 +0000 (+0000) Subject: Help doxygen to display this documentation. X-Git-Tag: v3.3~3818 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/837788ebd988892ad55ee58b2ff15c1c9c93a319 Help doxygen to display this documentation. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1538 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/include/xbt/ex.h b/include/xbt/ex.h index 5582bf58c3..5405c36354 100644 --- a/include/xbt/ex.h +++ b/include/xbt/ex.h @@ -63,8 +63,7 @@ /* declare the machine context type */ typedef struct { __ex_mctx_struct } __ex_mctx_t; - -/** \ingroup XBT_ex +/** @addtogroup XBT_ex * * This module is a small ISO-C++ style exception handling library * for use in the ISO-C language. It allows you to use the paradigm