From: mquinson Date: Thu, 28 Apr 2005 00:15:47 +0000 (+0000) Subject: Move msg module to its own file X-Git-Tag: v3.3~4123 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2e18970601533e4f8df791b3225498c8cb05f225?hp=7c5b4b893f4994a61c26e794c8b8c9fc6576aea2 Move msg module to its own file git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1231 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/doc/Doxyfile.API.in b/doc/Doxyfile.API.in index 06c24578f8..5f1ef0382c 100644 --- a/doc/Doxyfile.API.in +++ b/doc/Doxyfile.API.in @@ -409,6 +409,7 @@ INPUT = @top_srcdir@/include/ \ @srcdir@/modules.doc \ @srcdir@/module-gras.doc \ @srcdir@/module-xbt.doc \ + @srcdir@/module-msg.doc \ ./api_index.doc \ ./logcategories.doc diff --git a/doc/modules.doc b/doc/modules.doc index 40ea7f265f..b57cbb6441 100644 --- a/doc/modules.doc +++ b/doc/modules.doc @@ -44,23 +44,6 @@ directly on top of \ref SURF_API (but you probably want to contact us before). */ -/** \addtogroup m_datatypes_management - \ingroup MSG_API */ -/** \addtogroup m_process_management - \ingroup MSG_API */ -/** \addtogroup m_host_management - \ingroup MSG_API */ -/** \addtogroup m_task_management - \ingroup MSG_API */ -/** \addtogroup msg_gos_functions - \ingroup MSG_API */ -/** \addtogroup m_channel_management - \ingroup MSG_API */ -/** \addtogroup msg_easier_life - \ingroup MSG_API */ -/** \addtogroup msg_simulation - \ingroup MSG_API */ - /** \defgroup GRAS_API GRAS \ingroup SimGrid_API