diff options
author | Chris Lattner <sabre@nondot.org> | 2004-05-23 21:07:27 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-05-23 21:07:27 +0000 |
commit | 7911ce2578fd143f37ef4de7aa3e5795c18df4a6 (patch) | |
tree | dc6dd865e72461de7c8a5baa7d2150a6e25a36c8 | |
parent | 69bf8a9b80a6e6a064e631a55d5140027e659128 (diff) | |
download | external_llvm-7911ce2578fd143f37ef4de7aa3e5795c18df4a6.zip external_llvm-7911ce2578fd143f37ef4de7aa3e5795c18df4a6.tar.gz external_llvm-7911ce2578fd143f37ef4de7aa3e5795c18df4a6.tar.bz2 |
Make use of the new doc_author class. "Seperate content from presentation" they said.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13675 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/CFEBuildInstrs.html | 4 | ||||
-rw-r--r-- | docs/CommandLine.html | 4 | ||||
-rw-r--r-- | docs/ExtendingLLVM.html | 4 | ||||
-rw-r--r-- | docs/FAQ.html | 11 | ||||
-rw-r--r-- | docs/GettingStarted.html | 15 | ||||
-rw-r--r-- | docs/LLVMVsTheWorld.html | 4 | ||||
-rw-r--r-- | docs/ObjectFiles.html | 8 | ||||
-rw-r--r-- | docs/Projects.html | 4 | ||||
-rw-r--r-- | docs/ReleaseNotes.html | 4 | ||||
-rw-r--r-- | docs/SourceLevelDebugging.html | 4 | ||||
-rw-r--r-- | docs/Stacker.html | 4 | ||||
-rw-r--r-- | docs/TableGenFundamentals.html | 4 | ||||
-rw-r--r-- | docs/TestingGuide.html | 4 | ||||
-rw-r--r-- | docs/UsingLibraries.html | 8 | ||||
-rw-r--r-- | docs/WritingAnLLVMPass.html | 4 |
15 files changed, 54 insertions, 32 deletions
diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html index f55cd0a..5f2ed6f 100644 --- a/docs/CFEBuildInstrs.html +++ b/docs/CFEBuildInstrs.html @@ -18,8 +18,8 @@ <li><a href="#license">License Information</a> </ol> -<div class="doc_text"> - <p><b>Written by Brian R. Gaeke</b></p> +<div class="doc_author"> + <p>Written by Brian R. Gaeke</p> </div> <!-- *********************************************************************** --> diff --git a/docs/CommandLine.html b/docs/CommandLine.html index 868e208..855c1e9 100644 --- a/docs/CommandLine.html +++ b/docs/CommandLine.html @@ -84,8 +84,8 @@ </ol></li> </ol> -<div class="doc_text"> - <p><b>Written by <a href="mailto:sabre@nondot.org">Chris Lattner</a></b></p> +<div class="doc_author"> + <p>Written by <a href="mailto:sabre@nondot.org">Chris Lattner</a></p> </div> <!-- *********************************************************************** --> diff --git a/docs/ExtendingLLVM.html b/docs/ExtendingLLVM.html index c6f27f0..3d5ccc0 100644 --- a/docs/ExtendingLLVM.html +++ b/docs/ExtendingLLVM.html @@ -23,8 +23,8 @@ </ol></li> </ol> -<div class="doc_text"> - <p><b>Written by <a href="http://misha.brukman.net">Misha Brukman</a></b></p> +<div class="doc_author"> + <p>Written by <a href="http://misha.brukman.net">Misha Brukman</a></p> </div> <!-- *********************************************************************** --> diff --git a/docs/FAQ.html b/docs/FAQ.html index 74f0ea4..9c3121e 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -63,7 +63,7 @@ <li> When I compile code using the LLVM GCC front end, it complains that it - cannot find crtend.o. + cannot find libcrtend.a. </li> </ol> </li> @@ -80,6 +80,11 @@ </li> </ol> +<div class="doc_author"> + <p>Written by <a href="http://llvm.cs.uiuc.edu">The LLVM Team</a></p> +</div> + + <!-- *********************************************************************** --> <div class="doc_section"> <a name="license">License</a> @@ -511,10 +516,6 @@ print values. </p> </div> - - <li> - - <!-- *********************************************************************** --> <!-- *********************************************************************** --> diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 69c552f..8f7ab40 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -49,12 +49,15 @@ <li><a href="#links">Links</a> </ul> -<p>By: - <a href="mailto:criswell@uiuc.edu">John Criswell</a>, - <a href="mailto:sabre@nondot.org">Chris Lattner</a>, - <a href="http://misha.brukman.net">Misha Brukman</a>, - <a href="http://www.cs.uiuc.edu/~vadve">Vikram Adve</a>, and - <a href="mailto:gshi1@uiuc.edu">Guochun Shi</a>.</p> +<div class="doc_author"> + <p>Written by: + <a href="mailto:criswell@uiuc.edu">John Criswell</a>, + <a href="mailto:sabre@nondot.org">Chris Lattner</a>, + <a href="http://misha.brukman.net">Misha Brukman</a>, + <a href="http://www.cs.uiuc.edu/~vadve">Vikram Adve</a>, and + <a href="mailto:gshi1@uiuc.edu">Guochun Shi</a>. + </p> +</div> <!-- *********************************************************************** --> diff --git a/docs/LLVMVsTheWorld.html b/docs/LLVMVsTheWorld.html index 24e781a..c4fa654 100644 --- a/docs/LLVMVsTheWorld.html +++ b/docs/LLVMVsTheWorld.html @@ -22,8 +22,8 @@ <li><a href="#codeemission">Machine Code Emission</a></li> </ol> -<div class="doc_text"> - <p><b>Written by Brian R. Gaeke</b></p> +<div class="doc_author"> + <p>Written by Brian R. Gaeke</p> </div> <!-- *********************************************************************** --> diff --git a/docs/ObjectFiles.html b/docs/ObjectFiles.html index 5201f71..c38a985 100644 --- a/docs/ObjectFiles.html +++ b/docs/ObjectFiles.html @@ -18,11 +18,13 @@ </ol> </li> </ol> -<div class="doc_text"> -<p><b>Written by <a href="mailto:rspencer@x10sys.com">Reid Spencer</a> </b></p> -<p> </p> + +<div class="doc_author"> + <p>Written by <a href="mailto:rspencer@x10sys.com">Reid Spencer</a></p> </div> + <hr> + <!-- ======================================================================= --> <div class="doc_section"><a name="abstract">Abstract</a></div> <div class="doc_text"> diff --git a/docs/Projects.html b/docs/Projects.html index 6be0a89..ecdb35b 100644 --- a/docs/Projects.html +++ b/docs/Projects.html @@ -25,6 +25,10 @@ <li><a href="#help">Further help</a></li> </ol> +<div class="doc_author"> + <p>Written by John Criswell</p> +</div> + <!-- *********************************************************************** --> <div class="doc_section"><a name="overview">Overview</a></div> <!-- *********************************************************************** --> diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index c8c32af..daebd8d 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -28,8 +28,8 @@ <li><a href="#additionalinfo">Additional Information</a></li> </ol> -<div class="doc_text"> - <p><b>Written by the <a href="http://llvm.cs.uiuc.edu">LLVM team</a></b><p> +<div class="doc_author"> + <p>Written by the <a href="http://llvm.cs.uiuc.edu">LLVM team</a><p> </div> <!-- *********************************************************************** --> diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html index f945470..c10da8e 100644 --- a/docs/SourceLevelDebugging.html +++ b/docs/SourceLevelDebugging.html @@ -68,6 +68,10 @@ height="369"> </tr> </table> +<div class="doc_author"> + <p>Written by <a href="mailto:sabre@nondot.org">Chris Lattner</a></p> +</div> + <!-- *********************************************************************** --> <div class="doc_section"><a name="introduction">Introduction</a></div> <!-- diff --git a/docs/Stacker.html b/docs/Stacker.html index 033ba30..50ce1b6 100644 --- a/docs/Stacker.html +++ b/docs/Stacker.html @@ -51,8 +51,8 @@ </ol></li> </ol> -<div class="doc_text"> -<p><b>Written by <a href="mailto:rspencer@x10sys.com">Reid Spencer</a></b></p> +<div class="doc_author"> + <p>Written by <a href="mailto:rspencer@x10sys.com">Reid Spencer</a></p> </div> <!-- ======================================================================= --> diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html index c63c5ce..47bc3ff 100644 --- a/docs/TableGenFundamentals.html +++ b/docs/TableGenFundamentals.html @@ -48,6 +48,10 @@ </ul> </div> +<div class="doc_author"> + <p>Written by <a href="mailto:sabre@nondot.org">Chris Lattner</a></p> +</div> + <!-- *********************************************************************** --> <div class="doc_section"><a name="introduction">Introduction</a></div> <!-- *********************************************************************** --> diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html index bfe8316..ab96ea6 100644 --- a/docs/TestingGuide.html +++ b/docs/TestingGuide.html @@ -26,7 +26,9 @@ <li><a href="#run">Running the LLVM Tests</a></li> </ol> -<p><b>Written by John T. Criswell</b></p> +<div class="doc_author"> + <p>Written by John T. Criswell</p> +</div> <!--===============================================================--> <div class="doc_section"><a name="overview">Overview</a></div> diff --git a/docs/UsingLibraries.html b/docs/UsingLibraries.html index 5201f71..c38a985 100644 --- a/docs/UsingLibraries.html +++ b/docs/UsingLibraries.html @@ -18,11 +18,13 @@ </ol> </li> </ol> -<div class="doc_text"> -<p><b>Written by <a href="mailto:rspencer@x10sys.com">Reid Spencer</a> </b></p> -<p> </p> + +<div class="doc_author"> + <p>Written by <a href="mailto:rspencer@x10sys.com">Reid Spencer</a></p> </div> + <hr> + <!-- ======================================================================= --> <div class="doc_section"><a name="abstract">Abstract</a></div> <div class="doc_text"> diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index ac9edea..5f32d16 100644 --- a/docs/WritingAnLLVMPass.html +++ b/docs/WritingAnLLVMPass.html @@ -87,8 +87,8 @@ </ul></li> </ol> -<div class="doc_text"> - <p><b>Written by <a href="mailto:sabre@nondot.org">Chris Lattner</a></b><p> +<div class="doc_author"> + <p>Written by <a href="mailto:sabre@nondot.org">Chris Lattner</a></p> </div> <!-- *********************************************************************** --> |