summaryrefslogtreecommitdiff
path: root/docs/doxygen.intro
diff options
context:
space:
mode:
authormike-m <mikem.llvm@gmail.com>2010-05-06 23:46:27 +0000
committermike-m <mikem.llvm@gmail.com>2010-05-06 23:46:27 +0000
commit25a767835262562dc9e8809c057f984d2812cb46 (patch)
tree17054bd129ffb62b28ca8a71567016e50a075bde /docs/doxygen.intro
parentcbd66f00cfe5c4412f8efd6e66b0bb6bae956f7c (diff)
downloadclang-25a767835262562dc9e8809c057f984d2812cb46.tar.gz
clang-25a767835262562dc9e8809c057f984d2812cb46.tar.bz2
clang-25a767835262562dc9e8809c057f984d2812cb46.tar.xz
2nd part of: Overhauled llvm/clang docs builds.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103214 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/doxygen.intro')
-rw-r--r--docs/doxygen.intro15
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/doxygen.intro b/docs/doxygen.intro
deleted file mode 100644
index accab72bd0..0000000000
--- a/docs/doxygen.intro
+++ /dev/null
@@ -1,15 +0,0 @@
-/// @mainpage clang
-///
-/// @section main_intro Introduction
-/// Welcome to the clang project.
-///
-/// This documentation describes the @b internal software that makes
-/// up clang, not the @b external use of clang. There are no instructions
-/// here on how to use clang, only the APIs that make up the software. For
-/// usage instructions, please see the programmer's guide or reference
-/// manual.
-///
-/// @section main_caveat Caveat
-/// This documentation is generated directly from the source code with doxygen.
-/// Since clang is constantly under active development, what you're about to
-/// read is out of date!