Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
some more tiny doxygen fixes
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 18 Apr 2011 15:18:12 +0000 (17:18 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 18 Apr 2011 15:18:12 +0000 (17:18 +0200)
include/simdag/datatypes.h
src/xbt/xbt_str.c

index c2ecb0f..961e1fe 100644 (file)
@@ -80,7 +80,7 @@ typedef enum {
 
     @see SD_task_management */
 typedef enum {
-  SD_TASK_NOT_TYPED = 0,      /**< @no specified type */
+  SD_TASK_NOT_TYPED = 0,      /**< @brief no specified type */
   SD_TASK_COMM_E2E = 1,       /**< @brief end to end communication */
   SD_TASK_COMP_SEQ = 2,       /**< @brief sequential computation */
 } e_SD_task_kind_t;
index 9ec3dde..18f3779 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.