Bug 2167 - Doxygen copy/paste error
Doxygen copy/paste error
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: mesh
ns-3-dev
All All
: P5 enhancement
Assigned To: ns-bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2015-08-13 11:00 UTC by whimsyduke
Modified: 2015-08-13 15:48 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description whimsyduke 2015-08-13 11:00:29 UTC
See page 
https://www.nsnam.org/docs/release/3.23/doxygen/classns3_1_1dot11s_1_1_hwmp_protocol.html.
In Private Member Functions, ReceivePreq(), ReceivePrep(), ReceivePerr(), SendPrep(), MakePathError () have a introduction as :
forms a path error information element when list of destination fails on a given interface More...

So is there something wrong about these functions?
Comment 1 Tom Henderson 2015-08-13 15:48:00 UTC
this has been fixed (was a problem of lacking doxygen, not copy-paste).

http://code.nsnam.org/ns-3-dev/rev/277e59cab5a9

Thanks for reporting it.