From: Martin Quinson Date: Fri, 11 Mar 2016 12:15:54 +0000 (+0100) Subject: random tag is gone X-Git-Tag: v3_13~450^2~7 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b93c3c6c8b956555860eb88efd8e7f96d3d3d2db random tag is gone --- diff --git a/doc/doxygen/platform.doc b/doc/doxygen/platform.doc index d6396105b0..ffd9a0b7ef 100644 --- a/doc/doxygen/platform.doc +++ b/doc/doxygen/platform.doc @@ -1530,10 +1530,8 @@ information to SimGrid. Here is a file doing it all : \section pf_other_tags Tags not (directly) describing the platform -There are 3 tags, that you can use inside a \ tag that are -not describing the platform: -\li \ref pf_random "random": it allows you to define random generators you want to use - for your simulation. +The following tags can be used inside a \ tag even if they are not +directly describing the platform: \li \ref pf_config "config": it allows you to pass some configuration stuff like, for example, the network model and so on. It follows the \li \ref pf_include "include": allows you to include another file into the current one. @@ -1575,11 +1573,6 @@ Tag name | Description | Documentation ... \endverbatim - -\subsection pf_random random - -This has not yet been implemented. - \subsection pf_include include The \c include tag allows you to import other platforms into your