]> AND Public Git Repository - simgrid.git/blobdiff - src/xbt/xbt_str.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove unused variables.
[simgrid.git] / src / xbt / xbt_str.c
index 9ec3dde089bbbd4cd64c5b6013959cd197fee6c0..18f3779f74e75cec967980b9f0179a8b70d10e37 100644 (file)
@@ -316,7 +316,7 @@ xbt_dynar_t xbt_str_split_str(const char *s, const char *sep)
   return res;
 }
 
-/** @brief Just like @xbt_str_split_quoted (Splits a string into a dynar of strings), but without memory allocation
+/** @brief Just like @ref xbt_str_split_quoted (Splits a string into a dynar of strings), but without memory allocation
  *
  * The string passed as argument must be writable (not const)
  * The elements of the dynar are just parts of the string passed as argument.