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/Packaging.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/Packaging.html')
-rw-r--r-- | docs/Packaging.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/Packaging.html b/docs/Packaging.html index 3376bbcdb4..86d6ca1ef0 100644 --- a/docs/Packaging.html +++ b/docs/Packaging.html @@ -7,7 +7,7 @@ </head> <body> -<div class="doc_title">Advice on Packaging LLVM</div> +<h1>Advice on Packaging LLVM</h1> <ol> <li><a href="#overview">Overview</a></li> <li><a href="#compilation">Compile Flags</a></li> @@ -17,7 +17,7 @@ </ol> <!--=========================================================================--> -<div class="doc_section"><a name="overview">Overview</a></div> +<h2><a name="overview">Overview</a></h2> <!--=========================================================================--> <div class="doc_text"> @@ -34,7 +34,7 @@ developed against each. </div> <!--=========================================================================--> -<div class="doc_section"><a name="compilation">Compile Flags</a></div> +<h2><a name="compilation">Compile Flags</a></h2> <!--=========================================================================--> <div class="doc_text"> @@ -65,7 +65,7 @@ versions of LLVM in parallel. The following configure flags are relevant: </div> <!--=========================================================================--> -<div class="doc_section"><a name="cxx-features">C++ Features</a></div> +<h2><a name="cxx-features">C++ Features</a></h2> <!--=========================================================================--> <div class="doc_text"> @@ -78,7 +78,7 @@ versions of LLVM in parallel. The following configure flags are relevant: </div> <!--=========================================================================--> -<div class="doc_section"><a name="shared-library">Shared Library</a></div> +<h2><a name="shared-library">Shared Library</a></h2> <!--=========================================================================--> <div class="doc_text"> @@ -89,7 +89,7 @@ against it. This saves lots of binary size at the cost of some startup time. </div> <!--=========================================================================--> -<div class="doc_section"><a name="deps">Dependencies</a></div> +<h2><a name="deps">Dependencies</a></h2> <!--=========================================================================--> <div class="doc_text"> |