X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e6692e68ddfe1ef3234cacab53edb44277ae4405..872e6c960cfd42bfbb748574c0cf88693d0730a5:/src/msg/deployment.c 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) {