docs: Redefine Heading elements as below;

H1 ... Title (and might be Chapter in future)
H2 ... Section
H3 ... Subsection
H4 ... Sub-subsection

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129683 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi
2011-04-18 01:17:51 +00:00
parent 9bfd5f3b22
commit 06c6d9aeb0
5 changed files with 90 additions and 90 deletions
+1 -1
View File
@@ -2286,7 +2286,7 @@ block but not delete it, you can use the <tt>removeFromParent()</tt> method.</p>
permits use of two very useful replace functions: <tt>ReplaceInstWithValue</tt>
and <tt>ReplaceInstWithInst</tt>.</p>
<h4><a name="schanges_deleting">Deleting <tt>Instruction</tt>s</a></h4>
<h5><a name="schanges_deleting">Deleting <tt>Instruction</tt>s</a></h5>
<ul>
<li><tt>ReplaceInstWithValue</tt>