Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img>
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 11 Dec 2008 18:23:24 +0000 (18:23 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 11 Dec 2008 18:23:24 +0000 (18:23 +0000)
tags are not needed in HTML, only XML.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60885 91177308-0d34-0410-b5e6-96231b3b80d8

13 files changed:
docs/CodeGenerator.html
docs/DeveloperPolicy.html
docs/ExtendingLLVM.html
docs/GetElementPtr.html
docs/GettingStarted.html
docs/GettingStartedVS.html
docs/HowToReleaseLLVM.html
docs/HowToSubmitABug.html
docs/MakefileGuide.html
docs/Projects.html
docs/UsingLibraries.html
docs/WritingAnLLVMPass.html
docs/doxygen.footer

index 28575b88a71c6cac4cc1596d0b64025bb887bb63..009ecd676788ef2b4a8b48c4128dac6b090ed246 100644 (file)
@@ -2031,7 +2031,7 @@ makes it convenient to locate programatically and during debugging.</p>
   <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
   src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS"></a>
   <a href="http://validator.w3.org/check/referer"><img
-  src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01" /></a>
+  src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"></a>
 
   <a href="mailto:sabre@nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
index 1e0d4330273157d655b6fb5d5bc11c88f588a0f2..6ea772407ebb9be2f463ebe15d3de1149f95258c 100644 (file)
@@ -565,7 +565,7 @@ Changes</a></div>
   <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
   src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS"></a>
   <a href="http://validator.w3.org/check/referer"><img
-  src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01" /></a>
+  src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"></a>
   Written by the 
   <a href="mailto:llvm-oversight@cs.uiuc.edu">LLVM Oversight Group</a><br>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
index 988b94facca01d1854857e88a26d0ee134b893f3..647fa01d53bbca054ea108d0e1259f39f93c7d65 100644 (file)
@@ -380,7 +380,7 @@ void calcTypeName(const Type *Ty,
   <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
   src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS"></a>
   <a href="http://validator.w3.org/check/referer"><img
-  src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01" /></a>
+  src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"></a>
 
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a>
   <br>
index 9b3f4f8af93cbbe53bed0a37cd6bd7d1c6e2181c..0684b2c78ae072595c4e053c0562b86f8daa1ff3 100644 (file)
@@ -362,7 +362,7 @@ idx3 = (char*) &amp;MyVar + 8
   <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
   src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS"></a>
   <a href="http://validator.w3.org/check/referer"><img
-  src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01" /></a>
+  src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"></a>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br/>
   Last modified: $Date$
 </address>
index 071d5764eabd62807565dbaf749d1d472cd504ae..04ca83a89eeb098b2eb5dcb613ae0869ef3c9a6b 100644 (file)
@@ -672,17 +672,17 @@ compressed with the gzip program.
 <p>The files are as follows, with <em>x.y</em> marking the version number:
 <dl>
   <dt><tt>llvm-x.y.tar.gz</tt></dt>
-  <dd>Source release for the LLVM libraries and tools.<br/></dd>
+  <dd>Source release for the LLVM libraries and tools.<br></dd>
 
   <dt><tt>llvm-test-x.y.tar.gz</tt></dt>
   <dd>Source release for the LLVM test suite.</dd>
 
   <dt><tt>llvm-gcc4-x.y.source.tar.gz</tt></dt>
   <dd>Source release of the llvm-gcc4 front end.  See README.LLVM in the root
-      directory for build instructions.<br/></dd>
+      directory for build instructions.<br></dd>
 
   <dt><tt>llvm-gcc4-x.y-platform.tar.gz</tt></dt>
-  <dd>Binary release of the llvm-gcc4 front end for a specific platform.<br/></dd>
+  <dd>Binary release of the llvm-gcc4 front end for a specific platform.<br></dd>
 
 </dl>
 
@@ -881,7 +881,7 @@ script to configure the build system:</p>
   native compiler (no cross-compiler targets available). The "native" target is 
   selected as the target of the build host. You can also specify a comma 
   separated list of target names that you want available in llc. The target 
-  names use all lower case. The current set of targets is: <br/>
+  names use all lower case. The current set of targets is: <br>
   <tt>alpha, ia64, powerpc, skeleton, sparc, x86</tt>.
   <br><br></dd>
   <dt><i>--enable-doxygen</i></dt>
@@ -1411,7 +1411,7 @@ information is in the <a href="CommandGuide/index.html">Command Guide</a>.</p>
   <dd><tt>opt</tt> reads LLVM bitcode, applies a series of LLVM to LLVM 
   transformations (which are specified on the command line), and then outputs 
   the resultant bitcode.  The '<tt>opt --help</tt>' command is a good way to 
-  get a list of the program transformations available in LLVM.<br/>
+  get a list of the program transformations available in LLVM.<br>
   <dd><tt>opt</tt> can also be used to run a specific analysis on an input 
   LLVM bitcode file and print out the results.  It is primarily useful for 
   debugging analyses, or familiarizing yourself with what an analysis does.</dd>
@@ -1638,7 +1638,7 @@ out:</p>
   <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
   src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS"></a>
   <a href="http://validator.w3.org/check/referer"><img
-  src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01" /></a>
+  src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"></a>
 
   <a href="mailto:sabre@nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.x10sys.com/rspencer/">Reid Spencer</a><br>
index 8992d5926e665669bb37a414d05b19cce20e3a97..e47f09ee6dc883bd9500581e2ecededb596a05f5 100644 (file)
@@ -401,7 +401,7 @@ out:</p>
   <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
   src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS"></a>
   <a href="http://validator.w3.org/check/referer"><img
-  src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01" /></a>
+  src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"></a>
 
   <a href="mailto:jeffc@jolt-lang.org">Jeff Cohen</a><br>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
index b0372bbf8ef2b21155dbf2d2c8b3e42a399e202c..8533ed7daa4bd3cbe5da9261f8efd1eaf41b3b67 100644 (file)
@@ -591,9 +591,9 @@ svn copy https://llvm.org/svn/llvm-project/test-suite/branches/release_XX \
   <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
   src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS"></a>
   <a href="http://validator.w3.org/check/referer"><img
-  src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01" /></a>
+  src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"></a>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
-  <br/>
+  <br>
   Last modified: $Date$
 </address>
 </body>
index 23aabbcc6895d7e29ccb905aa95b87f0738486dd..82d17ecd6db2a0274fb390ceb8819f8da485d0e8 100644 (file)
@@ -343,7 +343,7 @@ the following:</p>
   <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
   src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS"></a>
   <a href="http://validator.w3.org/check/referer"><img
-  src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01" /></a>
+  src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"></a>
 
   <a href="mailto:sabre@nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a>
index a9645af5bb20c2d8156a24c59acca69337e1029d..30e8f4727d1d2fdd561f3effbf766ed829396bc0 100644 (file)
   <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
   src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS"></a>
   <a href="http://validator.w3.org/check/referer"><img
-  src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01" /></a>
+  src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"></a>
 
   <a href="mailto:rspencer@x10sys.com">Reid Spencer</a><br>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
index a937d3c368084613fda67cb9c954c291d9c2d94e..a2223044a4e31aaa6076aabee84a947afae32d70 100644 (file)
@@ -131,9 +131,9 @@ can find LLVM:
   <dl>
     <dt><tt>--with-llvmsrc=&lt;directory&gt;</tt></dt>
     <dd>Tell your project where the LLVM source tree is located.</dd>
-    <dt><br/><tt>--with-llvmobj=&lt;directory&gt;</tt></dt>
+    <dt><br><tt>--with-llvmobj=&lt;directory&gt;</tt></dt>
     <dd>Tell your project where the LLVM object tree is located.</dd>
-    <dt><br/><tt>--prefix=&lt;directory&gt;</tt></dt>
+    <dt><br><tt>--prefix=&lt;directory&gt;</tt></dt>
     <dd>Tell your project where it should get installed.</dd>
   </dl>
 </ol>
@@ -210,14 +210,14 @@ directories:</p>
     how to run the test.  See the <a
     href="TestingGuide.html">TestingGuide</a> for more details. You
     can easily write Makefile support similar to the Makefiles in 
-    <tt>llvm/test</tt> to use Dejagnu to run your project's tests.<br/></li>
+    <tt>llvm/test</tt> to use Dejagnu to run your project's tests.<br></li>
     <li>
     LLVM contains an optional package called <tt>llvm-test</tt>
     which provides benchmarks and programs that are known to compile with the
     LLVM GCC front ends.  You can use these
     programs to test your code, gather statistics information, and
     compare it to the current LLVM performance statistics.
-    <br/>Currently, there is no way to hook your tests directly into the
+    <br>Currently, there is no way to hook your tests directly into the
     <tt>llvm/test</tt> testing harness.  You will simply
     need to find a way to use the source provided within that directory
     on your own.
@@ -448,7 +448,7 @@ Mailing List</a>.</p>
   <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
   src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS"></a>
   <a href="http://validator.w3.org/check/referer"><img
-  src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01" /></a>
+  src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"></a>
 
   <a href="mailto:criswell@uiuc.edu">John Criswell</a><br>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a>
index 0c511983ab42cebab6c834fc5d2796e3be29acd7..ded2d812f7d30082e1f401a229ab57bc0755de81 100644 (file)
   <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
     src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS"/></a>
   <a href="http://validator.w3.org/check/referer"><img
-    src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01" /></a>
+    src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"></a>
   <a href="mailto:rspencer@x10sys.com">Reid Spencer</a>
 </address>
 <a href="http://llvm.org">The LLVM Compiler Infrastructure</a> 
index 5ef2f466c315ceaf1e88d529bae119a8b9d9d282..0f37ec276c45c91b1c68ba3c70a92ba723f4834c 100644 (file)
@@ -1815,7 +1815,7 @@ Despite that, we have kept the LLVM passes SMP ready, and you should too.</p>
   <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
   src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS"></a>
   <a href="http://validator.w3.org/check/referer"><img
-  src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01" /></a>
+  src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"></a>
 
   <a href="mailto:sabre@nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
index ddf752379cbc71a1dfdd1810d9f8884eb2d10b75..7941b33952a92281a538c6a7ff451de62877c403 100644 (file)
@@ -2,7 +2,7 @@
 <p class="footer">
 Generated on $datetime for <a href="http://llvm.org">$projectname</a> by
 <a href="http://www.doxygen.org"><img src="doxygen.png" alt="Doxygen"
-align="middle" border="0"/>$doxygenversion</a><br/>
+align="middle" border="0"/>$doxygenversion</a><br>
 Copyright &copy; 2003-2007 University of Illinois at Urbana-Champaign.
 All Rights Reserved.</p>