From 79e41c3b931e09c8eb75028d4016ebd75688a91a Mon Sep 17 00:00:00 2001 From: Samuel Lepetit Date: Tue, 19 Jun 2012 12:03:19 +0200 Subject: [PATCH 1/1] Remove internal function from the documentation --- src/msg/msg_host.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) { -- 2.20.1