Bug 618

Summary: angle paranthesis in CHANGES.html
Product: ns-3 Reporter: Andrey Hippo <ahippo>
Component: documentationAssignee: ns-bugs <ns-bugs>
Status: RESOLVED FIXED    
Severity: trivial CC: mathieu.lacage
Priority: P1    
Version: ns-3-dev   
Hardware: All   
OS: All   
Attachments: fix
angle brackets, ampersands fix

Description Andrey Hippo 2009-07-01 01:55:22 UTC
Created attachment 508 [details]
fix

changeset 5d448b8564e5 added string "Ptr<Packet> p".
Substring "<Packet>" is interpreted as unknown HTML tag by most browsers (tested on Opera, Firefox) and thus omitted.
So the result looks like "Ptr p".

Note:
Marked with priority P1 because I suppose, it should be fixed before 3.5 release and rather trivial.
Comment 1 Mathieu Lacage 2009-07-01 02:21:45 UTC
changeset 2dddadf4248c
Comment 2 Andrey Hippo 2009-07-02 08:45:26 UTC
Created attachment 511 [details]
angle brackets, ampersands fix
Comment 3 Mathieu Lacage 2009-07-02 09:14:06 UTC
changeset 34e6d141c227