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