Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Documentation cleanup
[simgrid.git] / src / mc / mc_replay.h
index cfd41a6..f9324c8 100644 (file)
@@ -4,8 +4,6 @@
 /* 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. */
 
-/* simgrid/modelchecker.h - Formal Verification made possible in SimGrid    */
-
 #ifndef SIMGRID_MC_REPLAY_H
 #define SIMGRID_MC_REPLAY_H
 
@@ -15,7 +13,7 @@ SG_BEGIN_DECL()
 
 /** Replay path (if any) in string representation
  *
- *  This is a path as generated by `MC_record_stack_to_string()`.
+ *  This is using the format generated by traceToString().
  */
 XBT_PUBLIC_DATA(char*) MC_record_path;