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/index.html | |
parent | 1f48a95ccbff731a8bcf4890204e5eef09eb99d1 (diff) | |
download | external_llvm-05d0265fef651de152c8127aa701e689555649f3.zip external_llvm-05d0265fef651de152c8127aa701e689555649f3.tar.gz external_llvm-05d0265fef651de152c8127aa701e689555649f3.tar.bz2 |
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/index.html')
-rw-r--r-- | docs/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/index.html b/docs/index.html index f0bd103..e40877c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -7,7 +7,7 @@ </head> <body> -<div class="doc_title">Documentation for the LLVM System at SVN head</div> +<h1>Documentation for the LLVM System at SVN head</h1> <p class="doc_warning">If you are using a released version of LLVM, see <a href="http://llvm.org/releases/">the download page</a> to find @@ -39,7 +39,7 @@ your documentation.</p> </div> <!--=======================================================================--> -<div class="doc_section"><a name="llvmdesign">LLVM Design & Overview</a></div> +<h2><a name="llvmdesign">LLVM Design & Overview</a></h2> <!--=======================================================================--> <ul> @@ -57,7 +57,7 @@ frequent questions about LLVM's most frequently misunderstood instruction.</li> </ul> <!--=======================================================================--> -<div class="doc_section"><a name="userguide">LLVM User Guides</a></div> +<h2><a name="userguide">LLVM User Guides</a></h2> <!--=======================================================================--> <ul> @@ -131,7 +131,7 @@ href="irc://irc.oftc.net/llvm">join #llvm on irc.oftc.net</a> directly.</li> <!--=======================================================================--> -<div class="doc_section"><a name="llvmprog">General LLVM Programming Documentation</a></div> +<h2><a name="llvmprog">General LLVM Programming Documentation</a></h2> <!--=======================================================================--> <ul> @@ -179,7 +179,7 @@ href="http://llvm.org/doxygen/inherits.html">classes</a>) </ul> <!--=======================================================================--> -<div class="doc_section"><a name="subsystems">LLVM Subsystem Documentation</a></div> +<h2><a name="subsystems">LLVM Subsystem Documentation</a></h2> <!--=======================================================================--> <ul> @@ -246,7 +246,7 @@ JITed code with GDB.</li> <!--=======================================================================--> -<div class="doc_section"><a name="maillist">LLVM Mailing Lists</a></div> +<h2><a name="maillist">LLVM Mailing Lists</a></h2> <!--=======================================================================--> <ul> |