X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2Fdoxygen.intro;h=547730cba79c9e1b8f1b45b6b3c84cbc3521b54a;hb=ec00fcb33d43759e638e2ebdc8657e3183077664;hp=f65bfaa2ece2d3a98e4e2ebe7bc8bed6406ece9b;hpb=b0fa6599811adac127f95289567dc20d97187442;p=oota-llvm.git diff --git a/docs/doxygen.intro b/docs/doxygen.intro index f65bfaa2ece..547730cba79 100644 --- a/docs/doxygen.intro +++ b/docs/doxygen.intro @@ -1,14 +1,7 @@ -//////////////////////////////////////////////////////////////////////////////// -/// @file doxygen.intro -/// @author Reid Spencer -/// @date 2003/12/30 -/// @brief LLVM API documentation introduction. -//////////////////////////////////////////////////////////////////////////////// -/// -/// @mainpage LLVM:Low Level Virtual Machine +/// @mainpage Low Level Virtual Machine /// /// @section main_intro Introduction -/// Welcome to the Low Level Virtual Machine (LLVM) +/// Welcome to the Low Level Virtual Machine (LLVM). /// /// This documentation describes the @b internal software that makes /// up LLVM, not the @b external use of LLVM. There are no instructions @@ -18,8 +11,8 @@ /// @section main_caveat Caveat /// This documentation is generated directly from the source code with doxygen. /// Since LLVM is constantly under active development, what you're about to -/// read is out of date! However, it may still be useful since certain portions of -/// LLVM are very stable. +/// read is out of date! However, it may still be useful since certain portions +/// of LLVM are very stable. /// /// @section main_changelog Change Log /// - Original content written 12/30/2003 by Reid Spencer