docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 18 Apr 2011 23:59:50 +0000 (23:59 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 18 Apr 2011 23:59:50 +0000 (23:59 +0000)
commit05d0265fef651de152c8127aa701e689555649f3
tree32c85c006413daaf59823dcc14a17e8ddee26ad5
parent1f48a95ccbff731a8bcf4890204e5eef09eb99d1
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
55 files changed:
docs/AliasAnalysis.html
docs/BitCodeFormat.html
docs/Bugpoint.html
docs/CMake.html
docs/CodeGenerator.html
docs/CodingStandards.html
docs/CommandGuide/index.html
docs/CommandLine.html
docs/CompilerWriterInfo.html
docs/DebuggingJITedCode.html
docs/DeveloperPolicy.html
docs/ExceptionHandling.html
docs/ExtendingLLVM.html
docs/FAQ.html
docs/GCCFEBuildInstrs.html
docs/GarbageCollection.html
docs/GetElementPtr.html
docs/GettingStarted.html
docs/GettingStartedVS.html
docs/GoldPlugin.html
docs/HowToReleaseLLVM.html
docs/HowToSubmitABug.html
docs/LangRef.html
docs/Lexicon.html
docs/LinkTimeOptimization.html
docs/MakefileGuide.html
docs/Packaging.html
docs/Passes.html
docs/ProgrammersManual.html
docs/Projects.html
docs/SourceLevelDebugging.html
docs/SystemLibrary.html
docs/TableGenFundamentals.html
docs/TestingGuide.html
docs/UsingLibraries.html
docs/WritingAnLLVMBackend.html
docs/WritingAnLLVMPass.html
docs/index.html
docs/tutorial/LangImpl1.html
docs/tutorial/LangImpl2.html
docs/tutorial/LangImpl3.html
docs/tutorial/LangImpl4.html
docs/tutorial/LangImpl5.html
docs/tutorial/LangImpl6.html
docs/tutorial/LangImpl7.html
docs/tutorial/LangImpl8.html
docs/tutorial/OCamlLangImpl1.html
docs/tutorial/OCamlLangImpl2.html
docs/tutorial/OCamlLangImpl3.html
docs/tutorial/OCamlLangImpl4.html
docs/tutorial/OCamlLangImpl5.html
docs/tutorial/OCamlLangImpl6.html
docs/tutorial/OCamlLangImpl7.html
docs/tutorial/OCamlLangImpl8.html
docs/tutorial/index.html