From 73052dfb9f57afd297759e83dde2637c26ba7d1a Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 18 Apr 2011 17:18:12 +0200 Subject: [PATCH] some more tiny doxygen fixes --- include/simdag/datatypes.h | 2 +- src/xbt/xbt_str.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/simdag/datatypes.h b/include/simdag/datatypes.h index c2ecb0fdb1..961e1fed6d 100644 --- a/include/simdag/datatypes.h +++ b/include/simdag/datatypes.h @@ -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; diff --git a/src/xbt/xbt_str.c b/src/xbt/xbt_str.c index 9ec3dde089..18f3779f74 100644 --- a/src/xbt/xbt_str.c +++ b/src/xbt/xbt_str.c @@ -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. -- 2.20.1