Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics in documentation
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 10 Feb 2005 21:42:01 +0000 (21:42 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 10 Feb 2005 21:42:01 +0000 (21:42 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@951 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/xbt/error.c
src/xbt/log.c

index fccc88b..765145c 100644 (file)
@@ -9,7 +9,7 @@
    under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "xbt/error.h"
    under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "xbt/error.h"
-/** \defgroup  XBT_error Error tracking support.
+/** \defgroup  XBT_error Error tracking support
  *  \brief This section describes a set of macros used to handle errors easily.
  */
 
  *  \brief This section describes a set of macros used to handle errors easily.
  */
 
index 372a743..00d69f0 100644 (file)
@@ -18,8 +18,7 @@
 #include "xbt/error.h"
 #include "xbt/dynar.h"
 
 #include "xbt/error.h"
 #include "xbt/dynar.h"
 
-
-/** \defgroup XBT_log Logging support.
+/** \defgroup XBT_log Logging support
  *  \brief A generic logging facility in the spirit of log4j
  *
  *  This section describes the API to the log functions used 
  *  \brief A generic logging facility in the spirit of log4j
  *
  *  This section describes the API to the log functions used