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