diff options
author | Tanya Lattner <tonic@nondot.org> | 2004-06-22 08:02:25 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2004-06-22 08:02:25 +0000 |
commit | f31fdf895b7a2c019df61038b432c239e0b37344 (patch) | |
tree | ef84ce30a4c0562b7f0a1bf34501171f47bc18e1 /llvm/docs/ProgrammersManual.html | |
parent | 881d959fd48d56e8c5717a1baaed0e17cae57916 (diff) | |
download | bcm5719-llvm-f31fdf895b7a2c019df61038b432c239e0b37344.tar.gz bcm5719-llvm-f31fdf895b7a2c019df61038b432c239e0b37344.zip |
Fixing broken links
llvm-svn: 14317
Diffstat (limited to 'llvm/docs/ProgrammersManual.html')
-rw-r--r-- | llvm/docs/ProgrammersManual.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html index 8d39aa2353a..88db133bffe 100644 --- a/llvm/docs/ProgrammersManual.html +++ b/llvm/docs/ProgrammersManual.html @@ -1449,7 +1449,7 @@ iterator<br> <p><tt>#include "<a href="/doxygen/GlobalVariable_8h-source.html">llvm/GlobalVariable.h</a>"</tt> <br> -doxygen info: <a href="/doxygen/classGlobalVariable.html">GlobalVariable +doxygen info: <a href="/doxygen/classllvm_1_1GlobalVariable.html">GlobalVariable Class</a><br> Superclasses: <a href="#GlobalValue"><tt>GlobalValue</tt></a>, <a href="#User"><tt>User</tt></a>, <a href="#Value"><tt>Value</tt></a></p> @@ -1518,7 +1518,7 @@ change at runtime).</p> <p><tt>#include "<a href="/doxygen/Module_8h-source.html">llvm/Module.h</a>"</tt><br> doxygen info: -<a href="/doxygen/structllvm_1_1Module.html">Module Class</a></p> +<a href="/doxygen/classllvm_1_1Module.html">Module Class</a></p> <p>The <tt>Module</tt> class represents the top level structure present in LLVM programs. An LLVM module is effectively either a translation unit of the |