From: alegrand Date: Fri, 1 Jul 2005 05:49:02 +0000 (+0000) Subject: tell the world that MSG_set_verbosity is deprecated. X-Git-Tag: v3.3~3852 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/00d88e621b125609f0de3b123b97174100a28f4c?ds=inline tell the world that MSG_set_verbosity is deprecated. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1503 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/msg/global.c b/src/msg/global.c index a8e246ea19..a85b6c53f2 100644 --- a/src/msg/global.c +++ b/src/msg/global.c @@ -237,8 +237,8 @@ void MSG_paje_output(const char *filename) } } -/** \ingroup msg_simulation - * \brief Defines the verbosity of the simulation. +/** @deprecated Defines the verbosity of the simulation. + * @ingroup msg_simulation */ void MSG_set_verbosity(MSG_outputmode_t mode) {