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/GettingStartedVS.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/GettingStartedVS.html')
-rw-r--r-- | llvm/docs/GettingStartedVS.html | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/llvm/docs/GettingStartedVS.html b/llvm/docs/GettingStartedVS.html index 113ba493994..469b5376afb 100644 --- a/llvm/docs/GettingStartedVS.html +++ b/llvm/docs/GettingStartedVS.html @@ -8,9 +8,9 @@ </head> <body> -<div class="doc_title"> +<h1> Getting Started with the LLVM System using Microsoft Visual Studio -</div> +</h1> <ul> <li><a href="#overview">Overview</a> @@ -31,9 +31,9 @@ <!-- *********************************************************************** --> -<div class="doc_section"> +<h2> <a name="overview"><b>Overview</b></a> -</div> +</h2> <!-- *********************************************************************** --> <div class="doc_text"> @@ -70,9 +70,9 @@ </div> <!-- *********************************************************************** --> -<div class="doc_section"> +<h2> <a name="requirements"><b>Requirements</b></a> -</div> +</h2> <!-- *********************************************************************** --> <div class="doc_text"> @@ -84,9 +84,9 @@ </div> <!-- ======================================================================= --> -<div class="doc_subsection"> +<h3> <a name="hardware"><b>Hardware</b></a> -</div> +</h3> <div class="doc_text"> @@ -97,7 +97,7 @@ </div> <!-- ======================================================================= --> -<div class="doc_subsection"><a name="software"><b>Software</b></a></div> +<h3><a name="software"><b>Software</b></a></h3> <div class="doc_text"> <p>You will need Visual Studio .NET 2005 SP1 or higher. The VS2005 SP1 @@ -119,9 +119,9 @@ </div> <!-- *********************************************************************** --> -<div class="doc_section"> +<h2> <a name="quickstart"><b>Getting Started</b></a> -</div> +</h2> <!-- *********************************************************************** --> <div class="doc_text"> @@ -229,9 +229,9 @@ </div> <!-- *********************************************************************** --> -<div class="doc_section"> +<h2> <a name="tutorial">An Example Using the LLVM Tool Chain</a> -</div> +</h2> <!-- *********************************************************************** --> <div class="doc_text"> @@ -319,9 +319,9 @@ int main() { </div> <!-- *********************************************************************** --> -<div class="doc_section"> +<h2> <a name="problems">Common Problems</a> -</div> +</h2> <!-- *********************************************************************** --> <div class="doc_text"> @@ -333,9 +333,9 @@ Asked Questions</a> page.</p> </div> <!-- *********************************************************************** --> -<div class="doc_section"> +<h2> <a name="links">Links</a> -</div> +</h2> <!-- *********************************************************************** --> <div class="doc_text"> |