Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove internal function from the documentation
authorSamuel Lepetit <samuel.lepetit@inria.fr>
Tue, 19 Jun 2012 10:03:19 +0000 (12:03 +0200)
committerSamuel Lepetit <samuel.lepetit@inria.fr>
Tue, 19 Jun 2012 10:03:19 +0000 (12:03 +0200)
src/msg/msg_host.c

index 37da29a..9468065 100644 (file)
@@ -114,8 +114,7 @@ m_host_t MSG_host_self(void)
   return MSG_process_get_host(NULL);
 }
 
-/** \ingroup m_host_management
- *
+/*
  * \brief Destroys a host (internal call only)
  */
 void __MSG_host_destroy(m_host_t host) {