Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Further reorganize the MSG examples' documentation
[simgrid.git] / examples / msg / trace-simple / trace-simple.c
index 27a08aa..a53e51f 100644 (file)
@@ -1,21 +1,10 @@
-/* Copyright (c) 2010, 2012-2015. The SimGrid Team.
- * All rights reserved.                                                     */
+/* Copyright (c) 2010, 2012-2016. The SimGrid Team. All rights reserved.    */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "simgrid/msg.h"
 
-/** @addtogroup MSG_examples
- * 
- * @section MSG_ex_tracing Tracing and vizualisation features
- * 
- * - <b>tracing/simple.c</b> very simple program where each process creates, executes and destroy a task. You might want
- *  to run this program with the following parameters:
- *   --cfg=tracing/uncategorized:yes
- *   (See \ref tracing_tracing_options for details)
- */
-
 static int simple_func(int argc, char *argv[])
 {
   msg_task_t task = MSG_task_create("task", 100, 0, NULL);