diff options
author | binji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-24 18:06:13 +0000 |
---|---|---|
committer | binji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-24 18:06:13 +0000 |
commit | 26420f2967a73fdde68f8cf0b0de71519cc79825 (patch) | |
tree | 2633b9db15b8faabe76c3d759870a659bb1b5170 /native_client_sdk/doc_generated/devguide/coding/nacl_io.html | |
parent | 2851d30b8ce81121ae826a764bd00ad073df4753 (diff) | |
download | chromium_src-26420f2967a73fdde68f8cf0b0de71519cc79825.zip chromium_src-26420f2967a73fdde68f8cf0b0de71519cc79825.tar.gz chromium_src-26420f2967a73fdde68f8cf0b0de71519cc79825.tar.bz2 |
[NaCl SDK Docs] Remove table-of-contents from generated pages.
We don't want the TOC at the top of the chromesite pages, but we do for the
devsite pages. The table-of-contents is in the .rst file, but we don't want to
remove it in case we need to generate devsite documentation again. The easy
hack for now is to set the style of the element to "display: none".
Also, remove doc_generated/.buildinfo. This file should not be checked in.
BUG=none
R=sbc@chromium.org
Review URL: https://codereview.chromium.org/146203002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246928 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk/doc_generated/devguide/coding/nacl_io.html')
-rw-r--r-- | native_client_sdk/doc_generated/devguide/coding/nacl_io.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/native_client_sdk/doc_generated/devguide/coding/nacl_io.html b/native_client_sdk/doc_generated/devguide/coding/nacl_io.html index ca10522..cb23669 100644 --- a/native_client_sdk/doc_generated/devguide/coding/nacl_io.html +++ b/native_client_sdk/doc_generated/devguide/coding/nacl_io.html @@ -2,7 +2,7 @@ <section id="the-nacl-io-library"> <span id="nacl-io"></span><h1 id="the-nacl-io-library"><span id="nacl-io"></span>The nacl_io Library</h1> -<div class="contents local topic" id="contents"> +<div class="contents local" id="contents" style="display: none"> <ul class="small-gap"> <li><a class="reference internal" href="#introduction" id="id1">Introduction</a></li> <li><a class="reference internal" href="#using-nacl-io" id="id2">Using nacl_io</a></li> @@ -14,8 +14,8 @@ </li> <li><a class="reference internal" href="#reference-information" id="id6">Reference information</a></li> </ul> -</div> -<section id="introduction"> + +</div><section id="introduction"> <h2 id="introduction">Introduction</h2> <p><code>nacl_io</code> is a utility library that provides implementations of standard C APIs such as POSIX I/O (<code>stdio.h</code>) and BSD sockets (<code>sys/socket.h</code>). |