diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-05-27 14:08:44 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-05-27 14:08:44 +0000 |
commit | ccc4edf662fe62a060e503e55ff80cd0ea5d7db6 (patch) | |
tree | ac4ac4de61e4473e4b744c353ee2bb6db8227aed | |
parent | 811bfcd823d51db6a06b3fd5a5943ff910b79d68 (diff) |
Close HTML tag properly.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157533 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/LanguageExtensions.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html index b8e24e35f8..92db81f2bb 100644 --- a/docs/LanguageExtensions.html +++ b/docs/LanguageExtensions.html @@ -660,7 +660,7 @@ framework search path. For consistency, we recommend that such files never be included in installed versions of the framework.</p> <!-- ======================================================================= --> -<h2 id="availability">Availability attribute</h2 +<h2 id="availability">Availability attribute</h2> <!-- ======================================================================= --> <p>Clang introduces the <code>availability</code> attribute, which can |