[cfe-commits] r52194 - /cfe/trunk/www/StaticAnalysis.html

Ted Kremenek kremenek at apple.com
Tue Jun 10 22:26:53 PDT 2008


Author: kremenek
Date: Wed Jun 11 00:26:52 2008
New Revision: 52194

URL: http://llvm.org/viewvc/llvm-project?rev=52194&view=rev
Log:
Include side-menu.

Modified:
    cfe/trunk/www/StaticAnalysis.html

Modified: cfe/trunk/www/StaticAnalysis.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/StaticAnalysis.html?rev=52194&r1=52193&r2=52194&view=diff

==============================================================================
--- cfe/trunk/www/StaticAnalysis.html (original)
+++ cfe/trunk/www/StaticAnalysis.html Wed Jun 11 00:26:52 2008
@@ -1,7 +1,9 @@
 <html>
 <head>
   <title>Information on using the Static Analyzer ("LLVM Checker")</title>
-  <style type="text/css">
+  <link type="text/css" rel="stylesheet" href="menu.css" />
+  <link type="text/css" rel="stylesheet" href="content.css" />
+<!--  <style type="text/css">
    body { color:#000000; background-color:#ffffff }
    body { font-family: Helvetica, sans-serif; font-size:9pt }
    thead {
@@ -19,10 +21,14 @@
    td { padding:5px; padding-left:8px; padding-right:8px }
    td { text-align:left; font-size:9pt }
    td.View   { padding-left: 10px }
-  </style>
+  </style> -->
 </head>
 <body>
 
+<!--#include virtual="menu.html.incl"-->
+
+<div id="content">
+
 <h1>Information on using the Static Analyzer ("LLVM Checker")</h1>
 
 <p>This documents provides some notes on using the LLVM/clang static analyzer to
@@ -281,5 +287,7 @@
 <p><b>Apple-internal</b>:  Please file bugs in Radar against the <b>llvm - clang</b>
 component.</p>
 
+</div>
+
 </body>
 </html>
\ No newline at end of file





More information about the cfe-commits mailing list