diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-18 23:59:50 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-18 23:59:50 +0000 |
commit | 05d0265fef651de152c8127aa701e689555649f3 (patch) | |
tree | 32c85c006413daaf59823dcc14a17e8ddee26ad5 /docs/CommandGuide/index.html | |
parent | 1f48a95ccbff731a8bcf4890204e5eef09eb99d1 (diff) |
docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.
H1 ... doc_title
H2 ... doc_section
H3 ... doc_subsection
H4 ... doc_subsubsection
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129736 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/index.html')
-rw-r--r-- | docs/CommandGuide/index.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html index 4ab1b51165..98e97ee000 100644 --- a/docs/CommandGuide/index.html +++ b/docs/CommandGuide/index.html @@ -7,9 +7,9 @@ </head> <body> -<div class="doc_title"> +<h1> LLVM Command Guide -</div> +</h1> <div class="doc_text"> @@ -23,9 +23,9 @@ options) arguments to the tool you are interested in.</p> </div> <!-- *********************************************************************** --> -<div class="doc_section"> +<h2> <a name="basic">Basic Commands</a> -</div> +</h2> <!-- *********************************************************************** --> <div class="doc_text"> @@ -80,9 +80,9 @@ options) arguments to the tool you are interested in.</p> </div> <!-- *********************************************************************** --> -<div class="doc_section"> +<h2> <a name="frontend">C and C++ Front-end Commands</a> -</div> +</h2> <!-- *********************************************************************** --> <div class="doc_text"> @@ -99,9 +99,9 @@ options) arguments to the tool you are interested in.</p> </div> <!-- *********************************************************************** --> -<div class="doc_section"> +<h2> <a name="debug">Debugging Tools</a> -</div> +</h2> <!-- *********************************************************************** --> @@ -123,9 +123,9 @@ options) arguments to the tool you are interested in.</p> </div> <!-- *********************************************************************** --> -<div class="doc_section"> +<h2> <a name="internal">Internal Tools</a> -</div> +</h2> <!-- *********************************************************************** --> <div class="doc_text"> |