]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix Docbook markup to remove empty table cell
authorJonathan Wakely <jwakely@redhat.com>
Wed, 8 Aug 2018 13:52:09 +0000 (14:52 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 8 Aug 2018 13:52:09 +0000 (14:52 +0100)
* doc/xml/manual/using.xml: Remove empty table cell.
* doc/html/*: Regenerate.

From-SVN: r263403

libstdc++-v3/ChangeLog
libstdc++-v3/doc/html/manual/using_headers.html
libstdc++-v3/doc/xml/manual/using.xml

index eb2aa5560a94feaa959e7dcaee5bdabecfbf2cca..1a28d2763b541e03dc56395e864a49b5e3f53241 100644 (file)
@@ -1,5 +1,8 @@
 2018-08-08  Jonathan Wakely  <jwakely@redhat.com>
 
+       * doc/xml/manual/using.xml: Remove empty table cell.
+       * doc/html/*: Regenerate.
+
        * doc/xml/manual/using.xml: Add missing header to table and fix typo.
        Remove C++17 and C++2a headers not present on gcc-7-branch.
        * doc/html/*: Regenerate.
index ac09f936800cfca2dc78368add3ac35a87f28f06..836716fb52ea0fb0214e15f1000c39b5c9578756 100644 (file)
@@ -53,7 +53,7 @@ Including these headers in earlier modes will not result in
 compilation errors, but will not define anything.
 Unless specified otherwise below, they are also available in later modes
 (C++20 etc).
-</p><p></p><div class="table"><a id="table.cxx17_headers"></a><p class="title"><strong>Table 3.8. C++ 2017 Library Headers</strong></p><div class="table-contents"><table class="table" summary="C++ 2017 Library Headers" border="1"><colgroup><col align="left" class="c1" /><col align="left" class="c2" /><col align="left" class="c3" /><col align="left" class="c4" /><col align="left" class="c5" /></colgroup><tbody><tr><td align="left"><code class="filename">any</code></td><td align="left"><code class="filename">optional</code></td><td align="left"><code class="filename">string_view</code></td><td align="left"><code class="filename">variant</code></td><td align="left"> </td></tr></tbody></table></div></div><br class="table-break" /><p>
+</p><p></p><div class="table"><a id="table.cxx17_headers"></a><p class="title"><strong>Table 3.8. C++ 2017 Library Headers</strong></p><div class="table-contents"><table class="table" summary="C++ 2017 Library Headers" border="1"><colgroup><col align="left" class="c1" /><col align="left" class="c2" /><col align="left" class="c3" /><col align="left" class="c4" /></colgroup><tbody><tr><td align="left"><code class="filename">any</code></td><td align="left"><code class="filename">optional</code></td><td align="left"><code class="filename">string_view</code></td><td align="left"><code class="filename">variant</code></td></tr></tbody></table></div></div><br class="table-break" /><p>
 <a class="xref" href="using_headers.html#table.filesystemts_headers" title="Table 3.9. File System TS Header">Table 3.9, “File System TS Header”</a>,
 shows the additional include file define by the
 File System Technical Specification, ISO/IEC TS 18822.
index 640a91c0989d964085a47e4aeab2c7779f931da1..a0c9593c32d7c4a3d8eb06bcb247ffbf534c8251 100644 (file)
@@ -401,19 +401,17 @@ Unless specified otherwise below, they are also available in later modes
 <table frame="all" xml:id="table.cxx17_headers">
 <title>C++ 2017 Library Headers</title>
 
-<tgroup cols="5" align="left" colsep="1" rowsep="1">
+<tgroup cols="4" align="left" colsep="1" rowsep="1">
 <colspec colname="c1"/>
 <colspec colname="c2"/>
 <colspec colname="c3"/>
 <colspec colname="c4"/>
-<colspec colname="c5"/>
 <tbody>
 <row>
 <entry><filename class="headerfile">any</filename></entry>
 <entry><filename class="headerfile">optional</filename></entry>
 <entry><filename class="headerfile">string_view</filename></entry>
 <entry><filename class="headerfile">variant</filename></entry>
-<entry />
 </row>
 </tbody>
 </tgroup>