diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-23 00:30:22 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-23 00:30:22 +0000 |
commit | aa3d6242cfb3a21922f7ec13cbd5b65303a51f80 (patch) | |
tree | 9e983f7f24dd1e366320629556b37e9d9f58cb78 /llvm/docs/CommandGuide | |
parent | 576273cf5629429e757c2de2448ebf022524c069 (diff) | |
download | bcm5719-llvm-aa3d6242cfb3a21922f7ec13cbd5b65303a51f80.tar.gz bcm5719-llvm-aa3d6242cfb3a21922f7ec13cbd5b65303a51f80.zip |
docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.
<h2>Section Example</h2>
<div> <!-- h2+div is applied -->
<p>Section preamble.</p>
<h3>Subsection Example</h3>
<p> <!-- h3+p is applied -->
Subsection body
</p>
<!-- End of section body -->
</div>
FIXME: Care H5 better.
llvm-svn: 130040
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/docs/CommandGuide/index.html b/llvm/docs/CommandGuide/index.html index 98e97ee000f..b839d3cb32c 100644 --- a/llvm/docs/CommandGuide/index.html +++ b/llvm/docs/CommandGuide/index.html @@ -11,7 +11,7 @@ LLVM Command Guide </h1> -<div class="doc_text"> +<div> <p>These documents are HTML versions of the <a href="man/man1/">man pages</a> for all of the LLVM tools. These pages describe how to use the LLVM commands @@ -28,7 +28,7 @@ options) arguments to the tool you are interested in.</p> </h2> <!-- *********************************************************************** --> -<div class="doc_text"> +<div> <ul> @@ -85,7 +85,7 @@ options) arguments to the tool you are interested in.</p> </h2> <!-- *********************************************************************** --> -<div class="doc_text"> +<div> <ul> <li><a href="/cmds/llvmgcc.html"><b>llvm-gcc</b></a> - @@ -105,7 +105,7 @@ options) arguments to the tool you are interested in.</p> <!-- *********************************************************************** --> -<div class="doc_text"> +<div> <ul> @@ -128,7 +128,7 @@ options) arguments to the tool you are interested in.</p> </h2> <!-- *********************************************************************** --> -<div class="doc_text"> +<div> <ul> <li><a href="/cmds/FileCheck.html"><b>FileCheck</b></a> - |