X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3d465baeb148557ea879510312d99713ca4bf4bf..579d27969fbc1fa8004de922816a0068e52a9fa6:/src/kernel/routing/FullZone.hpp diff --git a/src/kernel/routing/FullZone.hpp b/src/kernel/routing/FullZone.hpp index b3e93c6dee..e81519c180 100644 --- a/src/kernel/routing/FullZone.hpp +++ b/src/kernel/routing/FullZone.hpp @@ -12,7 +12,13 @@ namespace simgrid { namespace kernel { namespace routing { -/** Full routing: fast, large memory requirements, fully expressive */ +/** @ingroup ROUTING_API + * @brief NetZone with an explicit routing provided by the user + * + * The full communication matrix is provided at creation, so this model + * has the highest expressive power and the lowest computational requirements, + * but also the highest memory requirements (both in platform file and in memory). + */ class XBT_PRIVATE FullZone : public RoutedZone { public: explicit FullZone(NetZone* father, const char* name);