summaryrefslogtreecommitdiffstats
path: root/www/analyzer/scan-build.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/analyzer/scan-build.html')
-rw-r--r--www/analyzer/scan-build.html42
1 files changed, 22 insertions, 20 deletions
diff --git a/www/analyzer/scan-build.html b/www/analyzer/scan-build.html
index fd05af0..16bdbfd 100644
--- a/www/analyzer/scan-build.html
+++ b/www/analyzer/scan-build.html
@@ -3,32 +3,33 @@
<html>
<head>
<title>Running the Analyzer</title>
- <link type="text/css" rel="stylesheet" href="menu.css" />
<link type="text/css" rel="stylesheet" href="content.css" />
- <style>
- thead {
- background-color:#eee; color:#666666;
- font-weight: bold; cursor: default;
- text-align:center;
- border-top: 2px solid #cccccc;
- border-bottom: 2px solid #cccccc;
- font-weight: bold; font-family: Verdana
- }
- table { border: 1px #cccccc solid }
- table { border-collapse: collapse; border-spacing: 0px }
- table { margin-left:0px; margin-top:20px; margin-bottom:20px }
- td { border-bottom: 1px #cccccc dotted }
- td { padding:5px; padding-left:8px; padding-right:8px }
- td { text-align:left; font-size:9pt }
- td.View { padding-left: 10px }
- </style>
+ <link type="text/css" rel="stylesheet" href="menu.css" />
+ <script type="text/javascript" src="scripts/menu.js"></script>
</head>
<body>
+<div id="page">
<!--#include virtual="menu.html.incl"-->
-
<div id="content">
+<style>
+table.options thead {
+ background-color:#eee; color:#666666;
+ font-weight: bold; cursor: default;
+ text-align:left;
+ border-top: 2px solid #cccccc;
+ border-bottom: 2px solid #cccccc;
+ font-weight: bold; font-family: Verdana
+}
+table.options { border: 1px #cccccc solid }
+table.options { border-collapse: collapse; border-spacing: 0px }
+table.options { margin-left:0px; margin-top:20px; margin-bottom:20px }
+table.options td { border-bottom: 1px #cccccc dotted }
+table.options td { padding:5px; padding-left:8px; padding-right:8px }
+table.options td { text-align:left; font-size:9pt }
+</style>
+
<h1>Running the Analyzer</h1>
<p>While the static analyzer engine can be used as a library, many users will
@@ -116,7 +117,7 @@ options prefix the build command. For example:</p>
<p>Here is a subset of useful options:</p>
-<table>
+<table class="options">
<thead><tr><td>Option</td><td>Description</td></tr></thead>
<tr><td><b>-o</b></td><td>Target directory for HTML report files. Subdirectories
@@ -245,6 +246,7 @@ report bugs of this kind).
-->
</div>
+</div>
</body>
</html>
OpenPOWER on IntegriCloud