diff options
author | Jim Grosbach <grosbach@apple.com> | 2012-01-25 22:00:23 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2012-01-25 22:00:23 +0000 |
commit | c48d4dc8a9371690f73d2d05d2297f1e1a19c952 (patch) | |
tree | a2924bf7075637d60eb3cf64e45cec4479395c75 /docs/doxygen.header | |
parent | 6c76e80753cfc83dc6804fcd5d949c517dfe3434 (diff) |
Tidy up. s/Low Level Virtual Machine/LLVM/.
LLVM isn't an acronym anymore.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148985 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/doxygen.header')
-rw-r--r-- | docs/doxygen.header | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doxygen.header b/docs/doxygen.header index a520434d6c..56fb77fafd 100644 --- a/docs/doxygen.header +++ b/docs/doxygen.header @@ -2,7 +2,7 @@ <html><head> <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/> <meta name="keywords" content="LLVM,Low Level Virtual Machine,C++,doxygen,API,documentation"/> -<meta name="description" content="C++ source code API documentation for the Low Level Virtual Machine (LLVM)."/> +<meta name="description" content="C++ source code API documentation for LLVM."/> <title>LLVM: $title</title> <link href="doxygen.css" rel="stylesheet" type="text/css"/> </head><body> |