Bug 2167

Summary: Doxygen copy/paste error
Product: ns-3 Reporter: whimsyduke <whimsyduke>
Component: meshAssignee: ns-bugs <ns-bugs>
Status: RESOLVED FIXED    
Severity: enhancement CC: tomh
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   

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.