From 31ca1deab47db8ab9922c58109b62a6938c62527 Mon Sep 17 00:00:00 2001
From: Misha Brukman
Date: Thu, 3 Jun 2004 23:35:54 +0000
Subject: Fix more broken links as a result of the llvm namespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14000 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/ProgrammersManual.html | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
(limited to 'docs/ProgrammersManual.html')
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html
index 8ca1cc428f..fc53444c91 100644
--- a/docs/ProgrammersManual.html
+++ b/docs/ProgrammersManual.html
@@ -774,7 +774,7 @@ parameters. For example, an AllocaInst only requires a
one integer in the current stack frame, at runtime. Each Instruction
subclass is likely to have varying default parameters which change the semantics
of the instruction, so refer to the doxygen documentation for the subclass of
+href="/doxygen/classllvm_1_1Instruction.html">doxygen documentation for the subclass of
Instruction that you're interested in instantiating.
Naming values
@@ -1102,7 +1102,7 @@ the operands of a User.
#include "llvm/Instruction.h"
-doxygen info: Instruction Class
+doxygen info: Instruction Class
Superclasses: User, Value
@@ -1127,7 +1127,7 @@ concrete sub-classes of Instruction that implement the instruction (for
example BinaryOperator and SetCondInst). Unfortunately, the use of macros in
this file confuses doxygen, so these enum values don't show up correctly in the
-doxygen output.
+doxygen output.
@@ -1316,8 +1316,8 @@ GlobalValue is currently embedded into.
#include "llvm/Function.h"
doxygen
-info: Function Class
Superclasses:
-GlobalValue, Function Class
+Superclasses: GlobalValue, User, Value
The Function class represents a single procedure in LLVM. It is
@@ -1519,7 +1519,7 @@ change at runtime).
#include "llvm/Module.h"
doxygen info:
-Module Class
+Module Class
The Module class represents the top level structure present in LLVM
programs. An LLVM module is effectively either a translation unit of the
--
cgit v1.2.3-18-g5258