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 | cf086eaf3ff15a394e76b7f21918f0f958ea7fb9 (patch) | |
tree | dc7e9acfb29ccb5b9eb5640b98e343e66971e11f /www/features.html | |
parent | ead27db1b95bfa771bf26674af3fb08d210998a9 (diff) | |
download | clang-cf086eaf3ff15a394e76b7f21918f0f958ea7fb9.tar.gz |
clean up the TOC.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44788 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/features.html')
-rw-r--r-- | www/features.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/features.html b/www/features.html index f260d1c0ea..718a1e877e 100644 --- a/www/features.html +++ b/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> <!--*************************************************************************--> <!--=======================================================================--> |