fix validation issues
authorChris Lattner <sabre@nondot.org>
Sat, 3 Feb 2007 03:06:52 +0000 (03:06 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 3 Feb 2007 03:06:52 +0000 (03:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33823 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ProgrammersManual.html

index 6c0f87e1e694fe6dd85fb568385ef4d226030470..2ed64d6d8202b89faba967da9b32bfda6e5c6648 100644 (file)
@@ -1573,7 +1573,7 @@ MyModule-&gt;addTypeName("mylist", NewSTy);
 This code shows the basic approach used to build recursive types: build a
 non-recursive type using 'opaque', then use type unification to close the cycle.
 The type unification step is performed by the <tt><a
-ref="#refineAbstractTypeTo">refineAbstractTypeTo</a></tt> method, which is
+href="#refineAbstractTypeTo">refineAbstractTypeTo</a></tt> method, which is
 described next.  After that, we describe the <a
 href="#PATypeHolder">PATypeHolder class</a>.
 </p>
@@ -2749,11 +2749,6 @@ the various types of Constants.</p>
       <li><tt>double getValue() const</tt>: Returns the underlying value of 
       this constant. </li>
     </ul>
-  </li>
-    <ul>
-      <li><tt>bool getValue() const</tt>: Returns the underlying value of this 
-      constant. </li>
-    </ul>
   </li>
   <li>ConstantArray : This represents a constant array.
     <ul>