From 00d88e621b125609f0de3b123b97174100a28f4c Mon Sep 17 00:00:00 2001 From: alegrand Date: Fri, 1 Jul 2005 05:49:02 +0000 Subject: [PATCH] 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 --- src/msg/global.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.20.1