diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-18 01:17:51 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-18 01:17:51 +0000 |
commit | 06c6d9aeb047004bedc2bc2f8bf83214577ef17b (patch) | |
tree | 33af6c0203642807959ca920f528fd1a704b4162 /docs/ProgrammersManual.html | |
parent | 9bfd5f3b22157ac2d14ddcaea93b98a6f1140f2f (diff) |
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
Diffstat (limited to 'docs/ProgrammersManual.html')
-rw-r--r-- | docs/ProgrammersManual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index 40013b2d77..e3f2a7a909 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -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> |