]> granicus.if.org Git - clang/commitdiff
Fix some validation errors.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 13 Nov 2008 23:01:34 +0000 (23:01 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 13 Nov 2008 23:01:34 +0000 (23:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59272 91177308-0d34-0410-b5e6-96231b3b80d8

www/hacking.html

index d70538dd0b758e8366ed023ef9eb3df57c7f34af..b855a93acb2bd5ebd6ed0ec80c72bac5327dbb6b 100644 (file)
   \r
   <p>This document provides some hints for how to get started hacking\r
   on Clang for developers who are new to the Clang and/or LLVM\r
-  codebases.\r
+  codebases.</p>\r
     <ul>\r
       <li><a href="#docs">Developer Documentation</a></li>\r
       <li><a href="#debugging">Debugging</a></li>\r
       <li><a href="#irgen">LLVM IR Generation</a></li>\r
     </ul>\r
-  </p>\r
     \r
   <!--=====================================================================-->\r
-  <h2 id="debugging">Developer Documentation</h2>\r
+  <h2 id="docs">Developer Documentation</h2>\r
   <!--=====================================================================-->\r
   \r
   <p>Both Clang and LLVM use doxygen to provide API documentation. Their\r
-  respective web pages (generated nightly) are here:\r
+  respective web pages (generated nightly) are here:</p>\r
     <ul>\r
       <li><a href="http://clang.llvm.org/doxygen">Clang</a></li>\r
       <li><a href="http://llvm.org/doxygen">LLVM</a></li>\r
     </ul>\r
-  </p>\r
-  \r
+      \r
   <p>For work on the LLVM IR generation, the LLVM assembly language\r
   <a href="http://llvm.org/docs/LangRef.html">reference manual</a> is\r
   also useful.</p>\r
@@ -45,7 +43,7 @@
   <h2 id="debugging">Debugging</h2>\r
   <!--=====================================================================-->\r
   \r
-  <p>Inspecting data structures in a debugger:\r
+  <p>Inspecting data structures in a debugger:</p>\r
     <ul>\r
       <li>Many LLVM and Clang data structures provide\r
         a <tt>dump()</tt> method which will print a description of the\r
@@ -57,7 +55,6 @@
       qualifiers, and the <tt>getTypePtr()</tt> method to get the\r
       wrapped <tt>Type*</tt> which you can then dump.</li>\r
     </ul>\r
-  </p>\r
   \r
   <!--=====================================================================-->\r
   <h2 id="irgen">LLVM IR Generation</h2>\r
@@ -74,7 +71,7 @@
     can also use <tt>-emit-llvm-bc</tt> to write an LLVM bitcode file\r
     which can be processed by the suite of LLVM tools\r
     like <tt>llvm-dis</tt>, <tt>llvm-nm</tt>, etc. See the LLVM\r
-    <a href="http://llvm.org/docs/CommandGuide/">Command Guide</tt>\r
+    <a href="http://llvm.org/docs/CommandGuide/">Command Guide</a>\r
     for more information.</p>\r
 \r
 </div>\r