Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Improve the routing documentation
[simgrid.git] / src / kernel / routing / TorusZone.hpp
index 1361f9b..8d8c7a1 100644 (file)
@@ -12,6 +12,11 @@ namespace simgrid {
 namespace kernel {
 namespace routing {
 
+/** @ingroup ROUTING_API
+ * @brief NetZone using a Torus topology
+ *
+ */
+
 class XBT_PRIVATE TorusZone : public ClusterZone {
 public:
   explicit TorusZone(NetZone* father, const char* name);