#5199 closed Bugs (fixed)
subgraph documentation does not render templates correctly
Reported by: | 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)
Change History (4)
by , 12 years ago
Attachment: | subgraph-escaping.patch added |
---|
comment:1 by , 12 years ago
Component: | Documentation → graph |
---|---|
Owner: | changed from | to
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in r68972.