1*7330f729Sjoerg/// \mainpage clang 2*7330f729Sjoerg/// 3*7330f729Sjoerg/// \section main_intro Introduction 4*7330f729Sjoerg/// Welcome to the clang project. 5*7330f729Sjoerg/// 6*7330f729Sjoerg/// This documentation describes the **internal** software that makes 7*7330f729Sjoerg/// up clang, not the **external** use of clang. There are no instructions 8*7330f729Sjoerg/// here on how to use clang, only the APIs that make up the software. For 9*7330f729Sjoerg/// usage instructions, please see the programmer's guide or reference 10*7330f729Sjoerg/// manual. 11*7330f729Sjoerg/// 12*7330f729Sjoerg/// \section main_caveat Caveat 13*7330f729Sjoerg/// This documentation is generated directly from the source code with doxygen. 14*7330f729Sjoerg/// Since clang is constantly under active development, what you're about to 15*7330f729Sjoerg/// read is out of date! 16