From 179bf4bf398cbe8fa400fd6c5e875b9f8a7280de Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Thu, 3 Jun 2004 23:42:24 +0000 Subject: [PATCH] Fix broken internal link. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14002 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CodingStandards.html | 2 +- docs/SourceLevelDebugging.html | 2 +- docs/TableGenFundamentals.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html index 51a45583fa1..19577cbb668 100644 --- a/docs/CodingStandards.html +++ b/docs/CodingStandards.html @@ -211,7 +211,7 @@ These nest properly and are better behaved in general than C style comments.

Immediately after the header file comment (and include guards if working on a header file), the minimal list of #includes required by the file should +href="#hl_dontinclude">minimal list of #includes required by the file should be listed. We prefer these #includes to be listed in this order:

    diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html index de8dad42233..70677a71e71 100644 --- a/docs/SourceLevelDebugging.html +++ b/docs/SourceLevelDebugging.html @@ -971,7 +971,7 @@ source-language-specific information in addition to the fields required by the LLVM debugger. See the section on the C/C++ front-end for more information. Also remember that global objects (functions, selectors, global variables, etc) must contain an anchor to the llvm.dbg.globals +href="#format_common_anchors">anchor to the llvm.dbg.globals variable.

    diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html index 05427221003..0d04eff96bf 100644 --- a/docs/TableGenFundamentals.html +++ b/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 def or class keyword, the record name, and an optional list of "template arguments". If the record has superclasses, +href="#templateargs">template arguments". If the record has superclasses, they are specified as a comma seperated list that starts with a colon character (":"). If value definitions or let expressions are needed for the class, they are enclosed in curly braces