Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix one rule catches: comments in comments
[simgrid.git] / src / xbt / automaton / automaton.c
index f1c1345..9e8044c 100644 (file)
@@ -16,7 +16,7 @@ struct xbt_automaton_propositional_symbol{
   /** Additional data for the callback.
       Alternatively it can be used as a pointer to the data. */
   void* data;
-  //** Optional callback used to free the data field */
+  /** Optional callback used to free the data field */
   void (*free_function)(void*);
 };