diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2004-06-03 23:42:24 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-06-03 23:42:24 +0000 |
| commit | 3155159ef97a2d7ed67db9cc9610005a2d2bfc5e (patch) | |
| tree | bdc7b6f711050aed3ed84f2a1890c72c24b2c9fe /llvm/docs | |
| parent | d72c7f9fc9084a9078b256f82371f0fa87891531 (diff) | |
| download | bcm5719-llvm-3155159ef97a2d7ed67db9cc9610005a2d2bfc5e.tar.gz bcm5719-llvm-3155159ef97a2d7ed67db9cc9610005a2d2bfc5e.zip | |
Fix broken internal link.
llvm-svn: 14002
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/CodingStandards.html | 2 | ||||
| -rw-r--r-- | llvm/docs/SourceLevelDebugging.html | 2 | ||||
| -rw-r--r-- | llvm/docs/TableGenFundamentals.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/CodingStandards.html b/llvm/docs/CodingStandards.html index 51a45583fa1..19577cbb668 100644 --- a/llvm/docs/CodingStandards.html +++ b/llvm/docs/CodingStandards.html @@ -211,7 +211,7 @@ These nest properly and are better behaved in general than C style comments.</p> <p>Immediately after the <a href="#scf_commenting">header file comment</a> (and include guards if working on a header file), the <a -href="hl_dontinclude">minimal</a> list of #includes required by the file should +href="#hl_dontinclude">minimal</a> list of #includes required by the file should be listed. We prefer these #includes to be listed in this order:</p> <ol> diff --git a/llvm/docs/SourceLevelDebugging.html b/llvm/docs/SourceLevelDebugging.html index de8dad42233..70677a71e71 100644 --- a/llvm/docs/SourceLevelDebugging.html +++ b/llvm/docs/SourceLevelDebugging.html @@ -971,7 +971,7 @@ source-language-specific information in addition to the fields required by the LLVM debugger. See the <a href="#ccxx_descriptors">section on the C/C++ front-end</a> for more information. Also remember that global objects (functions, selectors, global variables, etc) must contain an <a -href="format_common_anchors">anchor</a> to the <tt>llvm.dbg.globals</tt> +href="#format_common_anchors">anchor</a> to the <tt>llvm.dbg.globals</tt> variable.</p> </div> diff --git a/llvm/docs/TableGenFundamentals.html b/llvm/docs/TableGenFundamentals.html index 05427221003..0d04eff96bf 100644 --- a/llvm/docs/TableGenFundamentals.html +++ b/llvm/docs/TableGenFundamentals.html @@ -337,7 +337,7 @@ for different types. These rules allow you to assign a value like "7" to a (collectively known as 'records') in TableGen are the main high-level unit of information that TableGen collects. Records are defined with a <tt>def</tt> or <tt>class</tt> keyword, the record name, and an optional list of "<a -href="templateargs">template arguments</a>". If the record has superclasses, +href="#templateargs">template arguments</a>". If the record has superclasses, they are specified as a comma seperated list that starts with a colon character (":"). If <a href="#valuedef">value definitions</a> or <a href="#recordlet">let expressions</a> are needed for the class, they are enclosed in curly braces |

