[doxygen] Fix warning
authorPeter D. Barnes, Jr. <barnes26@llnl.gov>
Wed, 05 Mar 2014 17:08:10 -0800
changeset 10653 e2a11425dc95
parent 10652 dc18deba4502
child 10654 0148f9c47331
[doxygen] Fix warning
src/wimax/model/mac-messages.cc
src/wimax/model/mac-messages.h
--- a/src/wimax/model/mac-messages.cc	Wed Mar 05 17:06:59 2014 -0800
+++ b/src/wimax/model/mac-messages.cc	Wed Mar 05 17:08:10 2014 -0800
@@ -580,16 +580,6 @@
   os << " transaction id = " << (uint32_t) m_transactionId << ", m_sfid = " << m_sfid << ", cid = " << m_cid;
 }
 
-/*
- *  0             7             15            23
- * +-------------+-------------+-------------+
- * |Mngt msg type|       Transaction ID      |
- * +-------------+-------------+-------------+
- * |            Service Flow TLV             |
- * +~~~~~~~~~~~~~+~~~~~~~~~~~~~+~~~~~~~~~~~~~+
- *
- */
-
 uint32_t
 DsaReq::GetSerializedSize (void) const
 {
@@ -738,15 +728,7 @@
   return 2 + 1 + m_serviceFlow.ToTlv ().GetSerializedSize ();
 }
 
-/*
- *  0             7             15            23
- * +-------------+-------------+-------------+
- * |Mngt msg type|       Transaction ID      |
- * +-------------+-------------+-------------+
- * | Conf Code   | Service Flow TLV          |
- * +~~~~~~~~~~~~~+~~~~~~~~~~~~~+~~~~~~~~~~~~~+
- *
- */
+
 void
 DsaRsp::Serialize (Buffer::Iterator start) const
 {
--- a/src/wimax/model/mac-messages.h	Wed Mar 05 17:06:59 2014 -0800
+++ b/src/wimax/model/mac-messages.h	Wed Mar 05 17:08:10 2014 -0800
@@ -81,7 +81,7 @@
 #endif /* MANAGEMENT_MESSAGE_TYPE_H */
 
 
-// ----------------------------------------------------------------------------------------------------------
+// ---------------------------------------------------------------------
 
 #ifndef RNG_RSP_H
 #define RNG_RSP_H
@@ -246,7 +246,7 @@
 
 #endif /* RNG_RSP_H */
 
-// ----------------------------------------------------------------------------------------------------------
+// ---------------------------------------------------------------------
 
 #ifndef DSA_REQ_H
 #define DSA_REQ_H
@@ -266,6 +266,15 @@
    * Local and metropolitan area networks Part 16: Air Interface for Fixed Broadband Wireless Access Systems"
    * 6.3.2.3.7 Registration request (REG-REQ) message, page 51
    *
+   * \verbatim
+   *  0             7             15            23
+   * +-------------+-------------+-------------+
+   * |Mngt msg type|       Transaction ID      |
+   * +-------------+-------------+-------------+
+   * |            Service Flow TLV             |
+   * +~~~~~~~~~~~~~+~~~~~~~~~~~~~+~~~~~~~~~~~~~+
+   * \endverbatim
+   *
    */
 public:
   DsaReq ();
@@ -320,7 +329,7 @@
 
 #endif /* DSA_REQ_H */
 
-// ----------------------------------------------------------------------------------------------------------
+// ---------------------------------------------------------------------
 
 #ifndef DSA_RSP_H
 #define DSA_RSP_H
@@ -338,6 +347,15 @@
    * \brief This class implements the DSA-RSP message described by "IEEE Standard for
    * Local and metropolitan area networks Part 16: Air Interface for Fixed Broadband Wireless Access Systems"
    * 6.3.2.3.11 DSA-RSP message, page 63
+   *
+   * \verbatim
+   *   0             7             15            23
+   *  +-------------+-------------+-------------+
+   *  |Mngt msg type|       Transaction ID      |
+   *  +-------------+-------------+-------------+
+   *  | Conf Code   | Service Flow TLV          |
+   *  +~~~~~~~~~~~~~+~~~~~~~~~~~~~+~~~~~~~~~~~~~+
+   * \endverbatim
    */
 
 public:
@@ -398,7 +416,7 @@
 
 #endif /* DSA_RSP_H */
 
-// ----------------------------------------------------------------------------------------------------------
+// ---------------------------------------------------------------------
 
 #ifndef DSA_ACK_H
 #define DSA_ACK_H
@@ -443,7 +461,7 @@
 
 #endif /* DSA_ACK_H */
 
-// ----------------------------------------------------------------------------------------------------------
+// ---------------------------------------------------------------------
 
 #ifndef RNG_REQ_H
 #define RNG_REQ_H