Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
today is doomsday: platform.xml is sacrificed for the greater good
[simgrid.git] / examples / msg / trace-platform / trace-platform.c
index 0ca692d..c3a0600 100644 (file)
@@ -1,16 +1,8 @@
-/* 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. */
 
-/** @addtogroup MSG_examples
- * 
- * - <b>Tracing the platform: trace-platform/trace-platform.c</b>. This example just loads a platform file to
- *  demonstrate how it can be traced into the Paje trace file format. You might want to run this program with the
- *  following options: <i>--cfg=tracing:yes</i> and <i>--cfg=tracing/categorized:yes</i>.
- */
-
 #include "simgrid/msg.h"
 
 int main(int argc, char *argv[])