From 90147439b374b712e2a4657602d08694fe13d99e Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Thu, 3 Jun 2004 15:23:59 +0000 Subject: [PATCH] Wrap long lines. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13986 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/doxygen.intro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/doxygen.intro b/docs/doxygen.intro index f65bfaa2ece..998cdcf5f07 100644 --- a/docs/doxygen.intro +++ b/docs/doxygen.intro @@ -18,8 +18,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 -- 2.34.1