From: Samuel Lepetit Date: Tue, 19 Jun 2012 10:03:19 +0000 (+0200) Subject: Remove internal function from the documentation X-Git-Tag: v3_8~566 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/79e41c3b931e09c8eb75028d4016ebd75688a91a?hp=ab392e8f553c9f56a629c3459e791c24126167a8;ds=sidebyside Remove internal function from the documentation --- diff --git a/src/msg/msg_host.c b/src/msg/msg_host.c index 37da29aabc..9468065362 100644 --- a/src/msg/msg_host.c +++ b/src/msg/msg_host.c @@ -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) {