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