diff options
author | Chris Lattner <sabre@nondot.org> | 2007-12-10 08:19:29 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-12-10 08:19:29 +0000 |
commit | 428760a6e6f3b90163b67fc1acf2da39da82808d (patch) | |
tree | e79cab28ca7df21d3ffd2413f94ae730530a37dc /clang/www/features.html | |
parent | e396aaae2843da5a793743778804e3af28d718c2 (diff) | |
download | bcm5719-llvm-428760a6e6f3b90163b67fc1acf2da39da82808d.tar.gz bcm5719-llvm-428760a6e6f3b90163b67fc1acf2da39da82808d.zip |
clean up the TOC.
llvm-svn: 44788
Diffstat (limited to 'clang/www/features.html')
-rw-r--r-- | clang/www/features.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/clang/www/features.html b/clang/www/features.html index f260d1c0ea0..718a1e877e6 100644 --- a/clang/www/features.html +++ b/clang/www/features.html @@ -29,7 +29,7 @@ These features are: <ul> <li><a href="#performance">High performance and low memory use</a></li> -<li><a href="#expressivediags">Expressive diagnostics</a></a></li> +<li><a href="#expressivediags">Expressive diagnostics</a></li> <li><a href="#gcccompat">GCC compatibility</a></li> </ul> @@ -54,7 +54,7 @@ These features are: </ul> <!--*************************************************************************--> -<h1>End-User Features</h1> +<h1><a name="enduser">End-User Features</a></h1> <!--*************************************************************************--> @@ -183,7 +183,7 @@ diagnostics, which can be mapped to warnings, errors, or just ignored. <!--*************************************************************************--> -<h1>Utility and Applications</h1> +<h1><a name="applications">Utility and Applications</a></h1> <!--*************************************************************************--> <!--=======================================================================--> @@ -338,7 +338,7 @@ Description</a> for more information.</p> <!--*************************************************************************--> -<h1>Internal Design and Implementation</h1> +<h1><a name="design">Internal Design and Implementation</a></h1> <!--*************************************************************************--> <!--=======================================================================--> |