From: alegrand Date: Mon, 31 Jan 2005 16:52:40 +0000 (+0000) Subject: Updating the documentation X-Git-Tag: v3.3~4530 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ef58b79b0d9295257d42207996fd3d91d1d232b7 Updating the documentation git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@820 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/msg/Makefile.am b/examples/msg/Makefile.am index 9deaf09918..c78cc576f5 100644 --- a/examples/msg/Makefile.am +++ b/examples/msg/Makefile.am @@ -1,6 +1,6 @@ INCLUDES= -I$(top_srcdir)/include AM_CFLAGS=-g -EXTRA_DIST= msg_deployment.xml msg_platform.xml +EXTRA_DIST= msg_deployment.xml msg_platform.xml small_platform.xml small_deployment.xml check_PROGRAMS=msg_test diff --git a/examples/msg/small_deployment.xml b/examples/msg/small_deployment.xml new file mode 100644 index 0000000000..9063eeee46 --- /dev/null +++ b/examples/msg/small_deployment.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/examples/msg/small_platform.xml b/examples/msg/small_platform.xml index 2ba0ef558f..826b6f2a69 100644 --- a/examples/msg/small_platform.xml +++ b/examples/msg/small_platform.xml @@ -1,6 +1,7 @@ + diff --git a/src/msg/deployment.c b/src/msg/deployment.c index dc8e961bda..4f61e3a4f5 100644 --- a/src/msg/deployment.c +++ b/src/msg/deployment.c @@ -47,7 +47,16 @@ static void parse_process_finalize(void) * \brief An application deployer. * * Creates the process described in \a file. - * @param file a file containing an XML description of the application. + * \param file a filename of a xml description of the application. This file + * follows this DTD : + * + * \include surfxml.dtd + * + * Here is a small example of such a platform + * + * \include small_deployment.xml + * + * Have a look in the directory examples/msg/ to have a bigger example. */ void MSG_launch_application(const char *file) {