--- a/src/devices/mesh/flame/flame-rtable.h Fri Jun 19 14:13:35 2009 +0400
+++ b/src/devices/mesh/flame/flame-rtable.h Mon Jun 22 14:39:25 2009 +0400
@@ -69,8 +69,7 @@
~FlameRtable ();
void DoDispose ();
- ///\name Add/delete paths
- //\{
+ /// Add path
void AddPath (
const Mac48Address destination,
const Mac48Address retransmitter,
@@ -79,8 +78,8 @@
const uint16_t seqnum
);
/**
- * Lookup path to destination
- * \returns Broadcast if not found
+ * \brief Lookup path to destination
+ * \return Broadcast if not found
*/
LookupResult Lookup (Mac48Address destination);
private:
@@ -93,7 +92,7 @@
Time whenExpire;
uint32_t seqnum;
};
- /// Lifetime parameter:
+ /// Lifetime parameter
Time m_lifetime;
/// List of routes
std::map<Mac48Address, Route> m_routes;