Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#4937 closed Patches (fixed)

Typo in minmax library documentation

Reported by: Vladimir Rutsky <altsysrq@…> 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)

boost-minmax-html-typo.patch (667 bytes ) - added by Vladimir Rutsky <altsysrq@…> 12 years ago.
Patch fixing typo described in bug report

Download all attachments as: .zip

Change History (7)

by Vladimir Rutsky <altsysrq@…>, 12 years ago

Patch fixing typo described in bug report

comment:1 by Vicente Botet <vicente.botet@…>, 12 years ago

Type: BugsPatches

comment:2 by Vicente Botet <vicente.botet@…>, 12 years ago

Component: Documentationminmax
Owner: changed from Matias Capeletto to No-Maintainer

comment:3 by Steven Watanabe, 12 years ago

Resolution: fixed
Status: newclosed

(In [67106]) Fix typo. Fixes #4937.

comment:4 by Marshall Clow, 12 years ago

Steven, I think you missed escaping the '>' at the end of the file name.

comment:5 by Steven Watanabe, 12 years ago

I didn't think that '>' needed to be escaped. It's used elsewhere in the file, and it displays fine. &lt;> seems to be used for all references to headers.

in reply to:  5 comment:6 by Vladimir Rutsky <altsysrq@…>, 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.