clang API Documentation

doxygen.intro
Go to the documentation of this file.
00001 /// @mainpage clang
00002 ///
00003 /// @section main_intro Introduction
00004 /// Welcome to the clang project.
00005 ///
00006 /// This documentation describes the @b internal software that makes 
00007 /// up clang, not the @b external use of clang. There are no instructions
00008 /// here on how to use clang, only the APIs that make up the software. For 
00009 /// usage instructions, please see the programmer's guide or reference 
00010 /// manual.
00011 ///
00012 /// @section main_caveat Caveat 
00013 /// This documentation is generated directly from the source code with doxygen. 
00014 /// Since clang is constantly under active development, what you're about to
00015 /// read is out of date!