Bug 1212

Summary: attribute path documentation broken
Product: ns-3 Reporter: Tom Henderson <tomh>
Component: documentationAssignee: Mitch Watrous <watrous>
Status: RESOLVED FIXED    
Severity: normal CC: ns-bugs
Priority: P5    
Version: pre-release   
Hardware: All   
OS: All   

Description Tom Henderson 2011-07-07 10:00:18 EDT
something appears to have broken in the documentation introspection system that prints out the paths of attributes.  For instance, the documentation shown here for member static TypeId ns3::TcpSocket::GetTypeId (void) 

http://www.nsnam.org/docs/release/3.10/doxygen/classns3_1_1_tcp_socket.html

compared with this:

http://www.nsnam.org/docs/release/3.11/doxygen/classns3_1_1_tcp_socket.html
Comment 1 Tom Henderson 2011-09-09 14:44:55 EDT
this was fixed somewhere along the way.  I believe that it may have been due to running ./waf --doxygen on a system in which print-introspected-doxygen was broken at the time, and uploading the broken documentation.