commit | 97e349425616f5644e920987b1134aff4692457a | [log] [tgz] |
---|---|---|
author | Nick G <nmgordon@memphis.edu> | Mon Jul 11 14:46:27 2016 -0500 |
committer | Ashlesh Gawande <agawande@memphis.edu> | Fri Sep 02 12:11:42 2016 -0700 |
tree | 633b058abba59d909fd846c4407ad0e9ca0a1e60 | |
parent | d69f9a3c82e2e707148fac898225dc67db30df3a [diff] [blame] |
docs: improve Doxygen comments. refs: #1435 Change-Id: I21624ef4eec393c82a50229a07e8277fb6ae4ddf
diff --git a/src/route/nexthop-list.cpp b/src/route/nexthop-list.cpp index dc11113..ed46b55 100644 --- a/src/route/nexthop-list.cpp +++ b/src/route/nexthop-list.cpp
@@ -59,7 +59,7 @@ } } -/** +/*! Add next hop to the Next Hop list If next hop is new it is added If next hop already exists in next @@ -82,7 +82,7 @@ } } -/** +/*! Remove a next hop only if both next hop face and route cost are same */