Author: lattner
Date: Sun Jul 27 01:13:09 2008
New Revision: 54121

URL: http://llvm.org/viewvc/llvm-project?rev=54121&view=rev
Log:
fix tag

Modified:
    cfe/trunk/www/get_involved.html

Modified: cfe/trunk/www/get_involved.html
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/www/get_involved.html?rev=54121&r1=54120&r2=54121&view=diff

==============================================================================
--- cfe/trunk/www/get_involved.html (original)
+++ cfe/trunk/www/get_involved.html Sun Jul 27 01:13:09 2008
@@ -122,7 +122,7 @@
 auto-documentation system like doxygen that generates code documentation from
 source code. The advantage of using Clang for such a tool is that the tool 
would
 use the same preprocessor/parser/ASTs as the compiler itself, giving it a very
-rich understanding of the code.</li> </ul>
+rich understanding of the code.</li> 
 
 <li><b>Use clang libraries to implement better versions of existing tools</b>:
 Clang is built as a set of libraries, which means that it is possible to
@@ -133,6 +133,8 @@
 could also be faster and more efficient at reducing C-family programs if built
 on the clang preprocessor.</li>
 
+</ul>
+
 <p>If you hit a bug with clang, it is very useful for us if you reduce the code
 that demonstrates the problem down to something small.  There are many ways to
 do this; ask on cfe-dev for advice.</p>


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to