From 1f1229beb9aee22ada419e72fce6f9c73e223591 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 20 Mar 2012 16:31:59 +0100 Subject: [PATCH] further doc fixups (and rewrite an error message) --- src/msg/msg_environment.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/msg/msg_environment.c b/src/msg/msg_environment.c index 6b1da36f98..6d598d62ed 100644 --- a/src/msg/msg_environment.c +++ b/src/msg/msg_environment.c @@ -76,6 +76,7 @@ void MSG_create_environment(const char *file) } /** + * @ingroup MSG_LUA * \brief A platform constructor bypassing the parser. * * load lua script file to set up new platform, including hosts,links @@ -94,6 +95,6 @@ void MSG_load_platform_script(const char *script_file) } #else xbt_die - ("Lua is not available!! to call MSG_load_platform_script, lua should be available..."); + ("Lua is not available! It is mandatory to use MSG_load_platform_script however. Bailing out..."); #endif } -- 2.20.1