mesh: small doxygen fix.
authorAndrey Mazo <mazo@iitp.ru>
Tue Oct 27 13:42:27 2009 +0300 (3 months ago)
changeset 55088828fa46dee9
parent 5507 ac47584eca3e
child 5509 f2f95faff5bb
mesh: small doxygen fix.
src/devices/mesh/dot11s/peer-management-protocol.h
     1.1 --- a/src/devices/mesh/dot11s/peer-management-protocol.h	Tue Oct 27 01:05:46 2009 -0700
     1.2 +++ b/src/devices/mesh/dot11s/peer-management-protocol.h	Tue Oct 27 13:42:27 2009 +0300
     1.3 @@ -78,6 +78,7 @@
     1.4     * \param interface the interface where a beacon was received from
     1.5     * \param peerAddress address of station, which sent a beacon
     1.6     * \param beaconInterval beacon interval (needed by beacon loss counter)
     1.7 +   * \param beaconTiming beacon timing element (needed by BCA)
     1.8     */
     1.9    void ReceiveBeacon (uint32_t interface, Mac48Address peerAddress, Time beaconInterval, Ptr<IeBeaconTiming> beaconTiming);
    1.10    //\}