Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
useless cosmetic
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 22 Nov 2012 23:15:48 +0000 (00:15 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 22 Nov 2012 23:15:48 +0000 (00:15 +0100)
src/xbt/xbt_main.c

index ee71649..46686bb 100644 (file)
@@ -128,7 +128,8 @@ void xbt_init(int *argc, char **argv)
   xbt_log_init(argc, argv);
 }
 
-/** @brief Finalize the xbt mechanisms. */
+/** @brief Finalize the xbt mechanisms.
+ *  @warning this function is deprecated. Just don't call it, there is nothing more to do to finalize xbt*/
 void xbt_exit()
 {
   XBT_WARN("This function is deprecated, you shouldn't use it");