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