Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove deprecated features for next release (3.29).
[simgrid.git] / include / simgrid / msg.h
index eb4f17a..d64a3f5 100644 (file)
@@ -223,9 +223,9 @@ XBT_PUBLIC void MSG_process_unref(const_sg_actor_t process);
 
 /** @brief Object representing an ongoing communication between processes.
  *
- * \rst
+ * @beginrst
  * Such beast is usually obtained by using :cpp:func:`MSG_task_isend`, :cpp:func:`MSG_task_irecv` or friends.
- * \endrst
+ * @endrst
  */
 typedef sg_msg_Comm* msg_comm_t;
 typedef const sg_msg_Comm* const_msg_comm_t;
@@ -298,12 +298,6 @@ XBT_PUBLIC void MSG_create_environment(const char* file);
 /** @brief Creates the application described in the provided file */
 XBT_PUBLIC void MSG_launch_application(const char* file);
 
-#ifndef DOXYGEN
-/** @brief register functions bypassing the parser */
-XBT_ATTRIB_DEPRECATED_v329("This function will be removed. Speak up if you need it.") XBT_PUBLIC
-    void MSG_set_function(const char* host_id, const char* function_name, xbt_dynar_t arguments);
-#endif
-
 /** @brief A clock (in second). */
 XBT_PUBLIC double MSG_get_clock();
 /** @brief Returns the amount of messages sent since the simulation start */