Overhauled llvm/clang docs builds. Closes PR6613.
[oota-llvm.git] / docs / api / intro.h
1 /** @mainpage LLVM API Documentation
2 <div class="intro">
3 <div class="logo">
4   <img src="http://llvm.org/img/DragonMedium.png"
5     alg="medium dragon logo" width="400" height="400">
6 </div>
7
8 @section main_intro Introduction
9 Welcome to the Low Level Virtual Machine (LLVM).
10
11 <br>
12 This documentation describes the @b internal software that makes 
13 up LLVM, not the @b external use of  LLVM. There are no instructions
14 here on how to use LLVM, only the APIs that make up the software. For usage 
15 instructions, please see the programmer's guide or reference manual.
16
17 @section main_caveat Caveat 
18 This documentation is generated directly from the source code with doxygen. 
19 Since LLVM is constantly under active development, what you're about to
20 read is out of date! However, it may still be useful since certain portions
21 of LLVM are very stable. 
22
23 @section main_changelog Change Log
24 - Original content written 12/30/2003 by Reid Spencer
25 </div>
26 */