19 lines · plain
1/// \mainpage LLVM2///3/// \section main_intro Introduction4/// Welcome to LLVM.5///6/// This documentation describes the **internal** software that makes7/// up LLVM, not the **external** use of LLVM. There are no instructions8/// here on how to use LLVM, only the APIs that make up the software. For usage9/// instructions, please see the programmer's guide or reference manual.10///11/// \section main_caveat Caveat12/// This documentation is generated directly from the source code with doxygen.13/// Since LLVM is constantly under active development, what you're about to14/// read is out of date! However, it may still be useful since certain portions15/// of LLVM are very stable.16///17/// \section main_changelog Change Log18/// - Original content written 12/30/2003 by Reid Spencer19