[C++ styleguide] Restore table of contents

This was mistakenly dropped when updating the styleguide from the
internal C++ styleguide.
This commit is contained in:
Daniel Cheng 2020-05-26 22:55:22 +00:00
parent 1c41bbf09e
commit d8467c6dcf

View File

@ -10,6 +10,8 @@
<body onload="initStyleGuide();"> <body onload="initStyleGuide();">
<div id="content"> <div id="content">
<h1>Google C++ Style Guide</h1> <h1>Google C++ Style Guide</h1>
<div class="horizontal_toc" id="tocDiv"></div>
<h2 id="Background" class="ignoreLink">Background</h2> <h2 id="Background" class="ignoreLink">Background</h2>
<p>C++ is one of the main development languages used by <p>C++ is one of the main development languages used by
@ -5892,4 +5894,4 @@ more interesting. Have fun!</p>
<hr> <hr>
</div> </div>
</body> </body>
</html> </html>