LLVM API Documentation

doxygen.intro
Go to the documentation of this file.
00001 /// @mainpage LLVM
00002 ///
00003 /// @section main_intro Introduction
00004 /// Welcome to LLVM.
00005 ///
00006 /// This documentation describes the @b internal software that makes 
00007 /// up LLVM, not the @b external use of  LLVM. There are no instructions
00008 /// here on how to use LLVM, only the APIs that make up the software. For usage 
00009 /// instructions, please see the programmer's guide or reference manual.
00010 ///
00011 /// @section main_caveat Caveat 
00012 /// This documentation is generated directly from the source code with doxygen. 
00013 /// Since LLVM is constantly under active development, what you're about to
00014 /// read is out of date! However, it may still be useful since certain portions
00015 /// of LLVM are very stable. 
00016 ///
00017 /// @section main_changelog Change Log
00018 /// - Original content written 12/30/2003 by Reid Spencer