Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Doc: Kill formating pragma that are unused since 10 years
[simgrid.git] / examples / msg / README
index 3c330b2..5bebc7a 100644 (file)
@@ -1,3 +1,6 @@
+This file follows the Doxygen syntax to be included in the documentation.
+
+/** 
 MSG comes with an extensive set of examples. It is sometimes difficult
 to find the one you need. This list aims at helping you finding the
 example from which you can learn what you want to.
@@ -28,7 +31,7 @@ Basic examples and features
  * suspend/suspend.c: Demonstrates how to suspend and resume processes
    using MSG_process_suspend() and MSG_process_resume().
 
- * properties/msg_prop.c Attaching arbitrary informations to host,
+ * properties/msg_prop.c Attaching arbitrary information to host,
    processes and such, and retrieving them with
    MSG_host_get_properties(), MSG_host_get_property_value(),
    MSG_process_get_properties() and MSG_process_get_property_value().
@@ -133,3 +136,6 @@ Examples of full applications
    constitute a fully working non-trivial example. In addition, its
    implementation is rather efficient, as demonstrated in
    [57]http://hal.inria.fr/inria-00602216/
+
+
+*/
\ No newline at end of file