diff mbox series

[wwwdocs] Disable empty sections in gcc-8/porting_to.html

Message ID alpine.LSU.2.21.1809221746360.3785@anthias.pfeifer.com
State New
Headers show
Series [wwwdocs] Disable empty sections in gcc-8/porting_to.html | expand

Commit Message

Gerald Pfeifer Sept. 22, 2018, 3:49 p.m. UTC
I noticed this when pointing someone to this document.  Clearly it
does not make much sense to have those empty sections which just
carry a title but no content, so I commented those (both in case
someone is adding material later, and also since this is going to
be used as a template for the GCC 9 pages).

Committed.

Gerald
diff mbox series

Patch

Index: gcc-8/porting_to.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-8/porting_to.html,v
retrieving revision 1.10
diff -u -r1.10 porting_to.html
--- gcc-8/porting_to.html	1 Sep 2018 23:42:06 -0000	1.10
+++ gcc-8/porting_to.html	22 Sep 2018 15:47:11 -0000
@@ -24,10 +24,14 @@ 
 </p>
 
 
+<!--
 <h2 id="cpp">Preprocessor issues</h2>
+-->
 
 
+<!--
 <h2 id="c">C language issues</h2>
+-->
 
 
 <h2 id="cxx">C++ language issues</h2>
@@ -225,6 +229,11 @@ 
     character(kind=c_char), bind(C) :: c(2)
   end module mod
   </code></pre>
+
+ 
+<!--
 <h2 id="links">Links</h2>
+-->
+
 </body>
 </html>