Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
xbt_dict_new_ext() doesn't exist anymore.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 23 Nov 2011 08:10:08 +0000 (09:10 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 23 Nov 2011 15:46:45 +0000 (16:46 +0100)
src/xbt/dict.c

index c58f0c0..c054fb5 100644 (file)
@@ -32,7 +32,7 @@ static void dict_mallocator_reset_f(void *dict);
 /**
  * \brief Constructor
  * \return pointer to the destination
- * \see xbt_dict_new_ext(), xbt_dict_free()
+ * \see xbt_dict_free()
  *
  * Creates and initialize a new dictionary with a default hashtable size.
  */