fix mesh doxygen
authorTom Henderson <tomh@tomh.org>
Thu, 13 Aug 2015 10:24:42 -0700
changeset 11400 cc4ebda3d410
parent 11399 1942a28a05a2
child 11401 6c289d772426
fix mesh doxygen
src/mesh/model/dot11s/hwmp-protocol.h
--- a/src/mesh/model/dot11s/hwmp-protocol.h	Thu Aug 13 09:20:55 2015 -0700
+++ b/src/mesh/model/dot11s/hwmp-protocol.h	Thu Aug 13 10:24:42 2015 -0700
@@ -132,9 +132,13 @@
 
   ///\name Interaction with HWMP MAC plugin
   //\{
+  ///\brief Handler for receiving Path Request
   void ReceivePreq (IePreq preq, Mac48Address from, uint32_t interface, Mac48Address fromMp, uint32_t metric);
+  ///\brief Handler for receiving Path Reply
   void ReceivePrep (IePrep prep, Mac48Address from, uint32_t interface, Mac48Address fromMp, uint32_t metric);
+  ///\brief Handler for receiving Path Error
   void ReceivePerr (std::vector<FailedDestination>, Mac48Address from, uint32_t interface, Mac48Address fromMp);
+   ///\brief Send Path Reply
   void SendPrep (
     Mac48Address src,
     Mac48Address dst,
@@ -263,7 +267,7 @@
   std::vector<QueuedPacket> m_rqueue;
   
   /// \name HWMP-protocol parameters
-  /// These are all Aattributes
+  /// These are all Attributes
   /// \{
   uint16_t m_maxQueueSize;
   uint8_t m_dot11MeshHWMPmaxPREQretries;