Writing docs tweaks from Robert Stewart.

[SVN r53637]
This commit is contained in:
Daniel James 2009-06-04 16:43:30 +00:00
parent a7458a5c7d
commit e2f996366a

View File

@ -114,18 +114,15 @@
<h2><a name="standards-conforming" id="standards-conforming">Standards <h2><a name="standards-conforming" id="standards-conforming">Standards
Conforming</a> Documentation</h2> Conforming</a> Documentation</h2>
<p>The documentation structure required for the standard is an <p>The documentation structure required for the C++ Standard is
effective way to describe the technical specifications for a an effective way to describe the technical specifications for
library. Although terse, that format is familiar to many Boost a library. Although terse, that format is familiar to many
users and is far more precise than most ad hoc formats. Boost users and is far more precise than most ad hoc formats.
This section (apart from the introduction) is taken from the The following description is based upon &sect;17.3 of the
C++ standard's method of description (Section 17.3). The Standard. (Note that while final Standard proposals must
<a href="#more">following section</a> fleshes this out with include full standardese wording, which the committee will
more detail. Note not do for you, that level of detail is not expected of Boost
that Standard proposals must include full standardese wording, library documentation.)</p>
which the committee will not do for you, to be accepted. That
level of detail is not expected of Boost library
documentation.</p>
<h3><a name="elements" id="elements">Document elements</a></h3> <h3><a name="elements" id="elements">Document elements</a></h3>