[cfe-commits] r145297 - /cfe/trunk/docs/AddressSanitizer.html
Kostya Serebryany
kcc at google.com
Mon Nov 28 14:34:10 PST 2011
Author: kcc
Date: Mon Nov 28 16:34:10 2011
New Revision: 145297
URL: http://llvm.org/viewvc/llvm-project?rev=145297&view=rev
Log:
fix html markup
Modified:
cfe/trunk/docs/AddressSanitizer.html
Modified: cfe/trunk/docs/AddressSanitizer.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/AddressSanitizer.html?rev=145297&r1=145296&r2=145297&view=diff
==============================================================================
--- cfe/trunk/docs/AddressSanitizer.html (original)
+++ cfe/trunk/docs/AddressSanitizer.html Mon Nov 28 16:34:10 2011
@@ -17,6 +17,8 @@
<!--#include virtual="../menu.html.incl"-->
+<div id="content">
+
<h1>AddressSanitizer</h1>
<ul>
<li> <a href="intro">Introduction</a>
@@ -81,5 +83,6 @@
<a href="http://code.google.com/p/address-sanitizer/">http://code.google.com/p/address-sanitizer</a>.
+</div>
</body>
</html>
More information about the cfe-commits
mailing list