From 222e2a7620e6520ffaf4fc4e69d79c18da31542e Mon Sep 17 00:00:00 2001 From: "Zancanaro; Carlo" Date: Mon, 24 Sep 2012 09:58:17 +1000 Subject: Add the clang library to the repo (with some of my changes, too). --- clang/docs/doxygen.intro | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 clang/docs/doxygen.intro (limited to 'clang/docs/doxygen.intro') diff --git a/clang/docs/doxygen.intro b/clang/docs/doxygen.intro new file mode 100644 index 0000000..accab72 --- /dev/null +++ b/clang/docs/doxygen.intro @@ -0,0 +1,15 @@ +/// @mainpage clang +/// +/// @section main_intro Introduction +/// Welcome to the clang project. +/// +/// This documentation describes the @b internal software that makes +/// up clang, not the @b 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! -- cgit v1.2.3