From: mquinson Date: Mon, 13 Feb 2006 15:22:52 +0000 (+0000) Subject: Rework the documentation navigation X-Git-Tag: v3.3~3443 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/41b8bca35d8b923745fe351f05925637ef0b6247 Rework the documentation navigation git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1915 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/include/xbt/ex.h b/include/xbt/ex.h index 9a457b9b68..12f5722560 100644 --- a/include/xbt/ex.h +++ b/include/xbt/ex.h @@ -72,10 +72,6 @@ typedef struct { __ex_mctx_struct } __ex_mctx_t; /** @addtogroup XBT_ex * @brief A set of macros providing exception a la C++ in ANSI C (grounding feature) * - *
Top [\ref index]::[\ref XBT_API] - *
Prev [\ref XBT_syscall] - *
Next [\ref XBT_log]
- * * 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 * of throwing and catching exceptions in order to reduce the amount @@ -92,12 +88,16 @@ typedef struct { __ex_mctx_struct } __ex_mctx_t; * These features are brought to you by a modified version of the libex * library, one of the numerous masterpiece of Ralf S. Engelschall. * + * \htmlonly
\endhtmlonly + * * @section XBT_ex_toc TABLE OF CONTENTS * * - \ref XBT_ex_intro * - \ref XBT_ex_base * - \ref XBT_ex_pitfalls * + * \htmlonly
\endhtmlonly + * * @section XBT_ex_intro DESCRIPTION * * In SimGrid, an exception is a triple <\a msg , \a category , \a value>