diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-29 03:47:37 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-29 03:47:37 +0000 |
commit | 3776794cc5f48d78b2ee0708b134e27c06bcc9a3 (patch) | |
tree | 5207cddc368a4fe80339356be0abbe69537540d5 | |
parent | 94ade72d66ec2220ada737d74b435ed1a1c401e7 (diff) | |
download | bcm5719-llvm-3776794cc5f48d78b2ee0708b134e27c06bcc9a3.tar.gz bcm5719-llvm-3776794cc5f48d78b2ee0708b134e27c06bcc9a3.zip |
Adjust this so that doxygen doesn't barf on it.
llvm-svn: 18319
-rw-r--r-- | llvm/docs/doxygen.intro | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/llvm/docs/doxygen.intro b/llvm/docs/doxygen.intro index 998cdcf5f07..547730cba79 100644 --- a/llvm/docs/doxygen.intro +++ b/llvm/docs/doxygen.intro @@ -1,14 +1,7 @@ -//////////////////////////////////////////////////////////////////////////////// -/// @file doxygen.intro -/// @author Reid Spencer <rspencer@x10sys.com> -/// @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 |