diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2005-01-05 18:21:39 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2005-01-05 18:21:39 +0000 |
commit | d593afcb5b65f150a9ac4467e3d523e688ce6383 (patch) | |
tree | e7b251466a9430b85a05790140e80986c5add52b /docs/SystemLibrary.html | |
parent | 0c004859f5e55004e2409113d937d2f14fe8e2e0 (diff) |
Add a missing <div>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19297 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/SystemLibrary.html')
-rw-r--r-- | docs/SystemLibrary.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/SystemLibrary.html b/docs/SystemLibrary.html index 8dbb0d67d3..8d85688541 100644 --- a/docs/SystemLibrary.html +++ b/docs/SystemLibrary.html @@ -94,6 +94,7 @@ <!-- ======================================================================= --> <div class="doc_subsection"><a name="expose">Don't Expose System Headers</a> </div> +<div class="doc_text"> <p>The System Library must shield LLVM from <em>all</em> system headers. To obtain system level functionality, LLVM source must <tt>#include "llvm/System/Thing.h"</tt> and nothing else. This means that @@ -103,8 +104,7 @@ </div> <!-- ======================================================================= --> -<div class="doc_subsection"><a name="c_headers">Use Standard C Headers</a> -</div> +<div class="doc_subsection"><a name="c_headers">Use Standard C Headers</a></div> <div class="doc_text"> <p>The <em>standard</em> C headers (the ones beginning with "c") are allowed to be exposed through the <tt>lib/System</tt> interface. These headers and |