--- 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