Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#5199 closed Bugs (fixed)

subgraph documentation does not render templates correctly

Reported by: Kim Gräsman <kim@…> Owned by: Andrew Sutton
Milestone: To Be Determined Component: graph
Version: Boost 1.45.0 Severity: Cosmetic
Keywords: Cc:

Description

Looking at http://www.boost.org/doc/libs/1_45_0/libs/graph/doc/subgraph.html the typedefs in the Example section have their template args stripped, because they haven't been HTML escaped.

Attached is an SVN patch to boost trunk that fixes this issue.

Attachments (1)

subgraph-escaping.patch (669 bytes ) - added by Kim Gräsman <kim@…> 12 years ago.

Download all attachments as: .zip

Change History (4)

by Kim Gräsman <kim@…>, 12 years ago

Attachment: subgraph-escaping.patch added

comment:1 by Steven Watanabe, 12 years ago

Component: Documentationgraph
Owner: changed from Matias Capeletto to Andrew Sutton

comment:2 by Jeremiah Willcock, 12 years ago

Resolution: fixed
Status: newclosed

Fixed in r68972.

comment:3 by Kim Gräsman <kim@…>, 12 years ago

Thank you!

Note: See TracTickets for help on using tickets.