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 | fc8d930f6ef1aa4fbd402c5b36f734214863d5d4 (patch) | |
| tree | 82fa592a01d7ae7fb20b92bc06f6f5f52208566f /llvm/docs/index.html | |
| parent | 0c7732499bea556551fd5bb639d2e4d8eb922e8a (diff) | |
| download | bcm5719-llvm-fc8d930f6ef1aa4fbd402c5b36f734214863d5d4.tar.gz bcm5719-llvm-fc8d930f6ef1aa4fbd402c5b36f734214863d5d4.zip | |
docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.
H1 ... doc_title
H2 ... doc_section
H3 ... doc_subsection
H4 ... doc_subsubsection
llvm-svn: 129736
Diffstat (limited to 'llvm/docs/index.html')
| -rw-r--r-- | llvm/docs/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/llvm/docs/index.html b/llvm/docs/index.html index f0bd103b343..e40877c5fbb 100644 --- a/llvm/docs/index.html +++ b/llvm/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> |

