Mercurial > hg > CbC > CbC_llvm
view clang/docs/doxygen-mainpage.dox @ 173:0572611fdcc8 llvm10 llvm12
reorgnization done
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 25 May 2020 11:55:54 +0900 |
parents | 1d019706d866 |
children |
line wrap: on
line source
/// \mainpage clang /// /// \section main_intro Introduction /// Welcome to the clang project. /// /// This documentation describes the **internal** software that makes /// up clang, not the **external** use of clang. There are no instructions /// here on how to use clang, only the APIs that make up the software. For /// usage instructions, please see the programmer's guide or reference /// manual. /// /// \section main_caveat Caveat /// This documentation is generated directly from the source code with doxygen. /// Since clang is constantly under active development, what you're about to /// read is out of date!