r262604 - [docs] Add missing file
Alexander Kornienko via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 3 02:44:11 PST 2016
Author: alexfh
Date: Thu Mar 3 04:44:10 2016
New Revision: 262604
URL: http://llvm.org/viewvc/llvm-project?rev=262604&view=rev
Log:
[docs] Add missing file
Added:
cfe/trunk/docs/doxygen-mainpage.dox
Added: cfe/trunk/docs/doxygen-mainpage.dox
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/doxygen-mainpage.dox?rev=262604&view=auto
==============================================================================
--- cfe/trunk/docs/doxygen-mainpage.dox (added)
+++ cfe/trunk/docs/doxygen-mainpage.dox Thu Mar 3 04:44:10 2016
@@ -0,0 +1,15 @@
+/// \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!
More information about the cfe-commits
mailing list