X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/38e8d3ddd72972dcf7e3bd8c0218d52b25bdb5dd..15178c7908a80843a430025313d143b7cb52d06a:/include/xbt/dynar.h diff --git a/include/xbt/dynar.h b/include/xbt/dynar.h index 817b737343..8ef3368d8d 100644 --- a/include/xbt/dynar.h +++ b/include/xbt/dynar.h @@ -18,7 +18,8 @@ SG_BEGIN_DECL /** @brief Dynar data type (opaque type) * * These are the SimGrid version of the DYNamically sized ARays, which all C programmer recode one day or another. - * For performance concerns, the content of dynars must be homogeneous (in contrary to @ref xbt_dict_t). + * For performance concerns, the content of dynars must be homogeneous (in contrary to + * @verbatim embed:rst:inline :cpp:type:`xbt_dict_t` @endverbatim ). * You thus have to provide the function which will be used to free the content at * structure creation (of type void_f_pvoid_t). */