From: mquinson Date: Thu, 10 Feb 2005 21:42:01 +0000 (+0000) Subject: cosmetics in documentation X-Git-Tag: v3.3~4400 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ca6ced4ab7e6b5f0e61970d9930b0f7b8616c154?hp=fe984fc392bd16e771eb3b85239166983aee889b cosmetics in documentation git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@951 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/xbt/error.c b/src/xbt/error.c index fccc88b5ea..765145c81a 100644 --- a/src/xbt/error.c +++ b/src/xbt/error.c @@ -9,7 +9,7 @@ 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. */ diff --git a/src/xbt/log.c b/src/xbt/log.c index 372a743872..00d69f0f96 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -18,8 +18,7 @@ #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