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/FAQ.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/FAQ.html')
| -rw-r--r-- | llvm/docs/FAQ.html | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/llvm/docs/FAQ.html b/llvm/docs/FAQ.html index ae3a0da6f81..620cf2500a4 100644 --- a/llvm/docs/FAQ.html +++ b/llvm/docs/FAQ.html @@ -12,9 +12,9 @@ </head> <body> -<div class="doc_title"> +<h1> LLVM: Frequently Asked Questions -</div> +</h1> <ol> <li><a href="#license">License</a> @@ -138,9 +138,9 @@ <!-- *********************************************************************** --> -<div class="doc_section"> +<h2> <a name="license">License</a> -</div> +</h2> <!-- *********************************************************************** --> <div class="question"> @@ -189,9 +189,9 @@ </div> <!-- *********************************************************************** --> -<div class="doc_section"> +<h2> <a name="source">Source Code</a> -</div> +</h2> <!-- *********************************************************************** --> <div class="question"> @@ -227,9 +227,9 @@ LLVM have been ported to a plethora of platforms.</p> </div> <!-- *********************************************************************** --> -<div class="doc_section"> +<h2> <a name="build">Build Problems</a> -</div> +</h2> <!-- *********************************************************************** --> <div class="question"> @@ -449,7 +449,9 @@ Stop. </div> <!-- *********************************************************************** --> -<div class="doc_section"><a name="felangs">Source Languages</a></div> +<h2> + <a name="felangs">Source Languages</a> +</h2> <div class="question"> <p><a name="langs">What source languages are supported?</a></p> @@ -555,9 +557,9 @@ Stop. </div> <!-- *********************************************************************** --> -<div class="doc_section"> +<h2> <a name="cfe">Using the GCC Front End</a> -</div> +</h2> <div class="question"> <p>When I compile software that uses a configure script, the configure script @@ -712,9 +714,9 @@ Stop. </div> <!-- *********************************************************************** --> -<div class="doc_section"> +<h2> <a name="cfe_code">Questions about code generated by the GCC front-end</a> -</div> +</h2> <div class="question"> <p><a name="iosinit">What is this <tt>llvm.global_ctors</tt> and |

