]> granicus.if.org Git - clang/commitdiff
Include side-menu.
authorTed Kremenek <kremenek@apple.com>
Wed, 11 Jun 2008 05:26:52 +0000 (05:26 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 11 Jun 2008 05:26:52 +0000 (05:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52194 91177308-0d34-0410-b5e6-96231b3b80d8

www/StaticAnalysis.html

index 8fbc37f686475a816e6b170cb20471e5e845a364..95f01072e7d14eae6803f2a207211c10dff3a1f5 100644 (file)
@@ -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 {
    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 @@ Clang) in LLVM's Bugzilla database.</p>
 <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