diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index 6c0f87e1e69..2ed64d6d820 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -1573,7 +1573,7 @@ MyModule->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 refineAbstractTypeTo method, which is +href="#refineAbstractTypeTo">refineAbstractTypeTo method, which is described next. After that, we describe the PATypeHolder class.

@@ -2749,11 +2749,6 @@ the various types of Constants.

  • double getValue() const: Returns the underlying value of this constant.
  • - -
  • ConstantArray : This represents a constant array.