* doc/xml/manual/appendix_contributing.xml: Link to the list of bad
identifiers.
* doc/html/*: Regenerate.
From-SVN: r248091
+2017-05-16 Jonathan Wakely <jwakely@redhat.com>
+
+ * doc/xml/manual/appendix_contributing.xml: Link to the list of bad
+ identifiers.
+ * doc/html/*: Regenerate.
+
2017-05-15 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/80761
Examples: <code class="code">_S_max_elements _S_default_value</code><br />
<br />
Don't use names in the same scope that differ only in the prefix,<br />
- e.g. _S_top and _M_top. See BADNAMES for a list of forbidden names.<br />
+ e.g. _S_top and _M_top. See <a class="link" href="source_code_style.html#coding_style.bad_identifiers" title="Bad Identifiers">BADNAMES</a> for a list of forbidden names.<br />
(The most tempting of these seem to be and "_T" and "__sz".)<br />
<br />
Names must never have "__" internally; it would confuse name<br />
Examples: <code>_S_max_elements _S_default_value</code>
Don't use names in the same scope that differ only in the prefix,
- e.g. _S_top and _M_top. See BADNAMES for a list of forbidden names.
+ e.g. _S_top and _M_top. See <link linkend="coding_style.bad_identifiers">BADNAMES</link> for a list of forbidden names.
(The most tempting of these seem to be and "_T" and "__sz".)
Names must never have "__" internally; it would confuse name