Add cross-reference for BADNAMES in libstdc++ manual
authorJonathan Wakely <jwakely@redhat.com>
Tue, 16 May 2017 09:46:21 +0000 (10:46 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 16 May 2017 09:46:21 +0000 (10:46 +0100)
* doc/xml/manual/appendix_contributing.xml: Link to the list of bad
identifiers.
* doc/html/*: Regenerate.

From-SVN: r248091

libstdc++-v3/ChangeLog
libstdc++-v3/doc/html/manual/source_code_style.html
libstdc++-v3/doc/xml/manual/appendix_contributing.xml

index 4c6ca4b36beafe646cf3be8090e8514455f1fe58..7b5ffced9115bf45135263945b35398643b2b5c2 100644 (file)
@@ -1,3 +1,9 @@
+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
index 790276f3f5cb84d99f5a3d191ad3139a29c2c465..e17530c1763a5f4bc09de61cc0fd898e4583b365 100644 (file)
       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 />
index dbc671e698e8d730c8ed1f50ea26dd61582bd5fb..f5b759ac5181cc92b79670273de3d0c5b8b04581 100644 (file)
@@ -898,7 +898,7 @@ indicate a place that may require attention for multi-thread safety.
       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