devdocs
devdocs copied to clipboard
C++: Spurious full stop
Documentation style bug
Summary
In the original C++Reference pages, a sentence may span a paragraph, followed by a bulleted list or a preformatted code block, optionally followed by another paragraph. Example:
Formally, given
- the pointer
prepresents the addressAof a byte in memory- an object
Xis located at the addressA- …
Actual style
On DevDocs, the first (incomplete) paragraph is displayed with a full stop at the end. This makes text a little bit more difficult to read.

Expected style
No spurious punctuation should be added.