#4937 closed Patches (fixed)
Typo in minmax library documentation
Reported by: | Owned by: | No-Maintainer | |
---|---|---|---|
Milestone: | To Be Determined | Component: | minmax |
Version: | Boost Development Trunk | Severity: | Cosmetic |
Keywords: | Cc: | altsysrq@… |
Description
There is typo in minmax library documentation libs/algorithm/minmax/index.html:
Why not a single header &boost/algorithm/minmax.hpp>?
Please see attached patch for details.
Attachments (1)
Change History (7)
by , 12 years ago
Attachment: | boost-minmax-html-typo.patch added |
---|
comment:1 by , 12 years ago
Type: | Bugs → Patches |
---|
comment:2 by , 12 years ago
Component: | Documentation → minmax |
---|---|
Owner: | changed from | to
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 12 years ago
Steven, I think you missed escaping the '>' at the end of the file name.
follow-up: 6 comment:5 by , 12 years ago
I didn't think that '>' needed to be escaped. It's used elsewhere in the file, and it displays fine. <> seems to be used for all references to headers.
comment:6 by , 12 years ago
About '>' at the end of file name: I escaped it because first entry of 'minmax.hpp' in index.html file has escaped '>' at end (line 14).
May be remove escaping there if anywhere else closing '>' unescaped?
Note:
See TracTickets
for help on using tickets.
Patch fixing typo described in bug report