src/mpi/model/mpi-interface.h
changeset 7241 0a7a16b599e8
parent 7203 90a20d9a0fee
child 7542 5351a9cdb84b
--- a/src/mpi/model/mpi-interface.h	Wed May 18 20:01:44 2011 -0400
+++ b/src/mpi/model/mpi-interface.h	Wed May 18 17:24:04 2011 -0700
@@ -34,12 +34,19 @@
 namespace ns3 {
 
 /**
+ * \defgroup mpi MPI Distributed Simulation
+ *
+ */
+
+/**
  * maximum MPI message size for easy
  * buffer creation
  */
 const uint32_t MAX_MPI_MSG_SIZE = 2000;
 
 /**
+ * \ingroup mpi
+ *
  * Define a class for tracking the non-block sends
  */
 class SentBuffer
@@ -69,6 +76,8 @@
 class Packet;
 
 /**
+ * \ingroup mpi
+ *
  * Interface between ns-3 and MPI
  */
 class MpiInterface